Function mlir_sys::mlirDiagnosticGetNote 
source · pub unsafe extern "C" fn mlirDiagnosticGetNote(
    diagnostic: MlirDiagnostic,
    pos: isize
) -> MlirDiagnosticExpand description
Returns pos-th note attached to the diagnostic. Expects pos to be a
valid zero-based index into the list of notes.