rustc_interface: remove a redundant #[allow(rustc::untranslatable_diagnostic)]
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user