Skip to content

Commit cbae581

Browse files
committed
rustc_interface: remove a redundant #[allow(rustc::untranslatable_diagnostic)]
1 parent 1373074 commit cbae581

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_interface/src

1 file changed

+0
-1
lines changed

compiler/rustc_interface/src/util.rs

-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ fn get_codegen_sysroot(
386386
}
387387
}
388388

389-
#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
390389
pub(crate) fn check_attr_crate_type(
391390
sess: &Session,
392391
attrs: &[ast::Attribute],

0 commit comments

Comments
 (0)