Function mlir_sys::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.