about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2024-02-10 05:02:28 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2024-02-10 05:02:28 +0000
commit3e97b415c3df72d39f99f07f8f5c82ed34a7afaa (patch)
tree0ea8b63cd62bbfdb0925579bf6e08673cfdee317 /compiler/rustc_codegen_gcc/src
parentd4b8ed007376f869f69c389c900d5fb3a9c4b5ac (diff)
parent29fd82b24e8990ab133cb07d7c670202a197743e (diff)
downloadrust-3e97b415c3df72d39f99f07f8f5c82ed34a7afaa.tar.gz
rust-3e97b415c3df72d39f99f07f8f5c82ed34a7afaa.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
-rw-r--r--compiler/rustc_codegen_gcc/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs
index f8f054db65e..863b6333bcc 100644
--- a/compiler/rustc_codegen_gcc/src/lib.rs
+++ b/compiler/rustc_codegen_gcc/src/lib.rs
@@ -27,8 +27,6 @@
 #![recursion_limit="256"]
 #![warn(rust_2018_idioms)]
 #![warn(unused_lifetimes)]
-#![deny(rustc::untranslatable_diagnostic)]
-#![deny(rustc::diagnostic_outside_of_impl)]
 
 extern crate rustc_apfloat;
 extern crate rustc_ast;