Convert to inline diagnostics in all codegen backends
This commit is contained in:
parent
156bce9ca3
commit
3318d22754
1 changed files with 0 additions and 5 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue