about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/util.rs
diff options
context:
space:
mode:
authorPavel Grigorenko <GrigorenkoPV@ya.ru>2024-08-09 00:56:50 +0300
committerPavel Grigorenko <GrigorenkoPV@ya.ru>2024-08-10 14:32:56 +0300
commitcbae581bb0c9d4f0b25e744ca2e4608ff615dd4c (patch)
treedca6ad69929ec40f7da1fa1071e08f188df8b4ff /compiler/rustc_interface/src/util.rs
parent137307477f99d9119cd9d426d4789cc238f28757 (diff)
downloadrust-cbae581bb0c9d4f0b25e744ca2e4608ff615dd4c.tar.gz
rust-cbae581bb0c9d4f0b25e744ca2e4608ff615dd4c.zip
rustc_interface: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]`
Diffstat (limited to 'compiler/rustc_interface/src/util.rs')
-rw-r--r--compiler/rustc_interface/src/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/util.rs b/compiler/rustc_interface/src/util.rs
index 6f53b1c9031..761d288a7c2 100644
--- a/compiler/rustc_interface/src/util.rs
+++ b/compiler/rustc_interface/src/util.rs
@@ -386,7 +386,6 @@ fn get_codegen_sysroot(
     }
 }
 
-#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable
 pub(crate) fn check_attr_crate_type(
     sess: &Session,
     attrs: &[ast::Attribute],