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