rustc_interface: remove a redundant #[allow(rustc::untranslatable_diagnostic)]
This commit is contained in:
parent
137307477f
commit
cbae581bb0
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ fn get_codegen_sysroot(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
|
|
||||||
pub(crate) fn check_attr_crate_type(
|
pub(crate) fn check_attr_crate_type(
|
||||||
sess: &Session,
|
sess: &Session,
|
||||||
attrs: &[ast::Attribute],
|
attrs: &[ast::Attribute],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue