Convert to inline diagnostics in all codegen backends

This commit is contained in:
bjorn3 2026-02-04 12:35:28 +00:00
parent 156bce9ca3
commit 3318d22754

View file

@ -125,11 +125,6 @@ pub struct CraneliftCodegenBackend {
}
impl CodegenBackend for CraneliftCodegenBackend {
fn locale_resource(&self) -> &'static str {
// FIXME(rust-lang/rust#100717) - cranelift codegen backend is not yet translated
""
}
fn name(&self) -> &'static str {
"cranelift"
}