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.
pub unsafe extern "C" fn mlirEmitError(
location: MlirLocation,
message: *const c_char,
)
Emits an error at the given location through the diagnostics engine. Used for testing purposes.