mlir_sys

Function mlirEmitError

Source
pub unsafe extern "C" fn mlirEmitError(
    location: MlirLocation,
    message: *const c_char,
)
Expand description

Emits an error at the given location through the diagnostics engine. Used for testing purposes.