diff options
| author | The Miri Conjob Bot <miri@cron.bot> | 2024-02-10 05:02:28 +0000 |
|---|---|---|
| committer | The Miri Conjob Bot <miri@cron.bot> | 2024-02-10 05:02:28 +0000 |
| commit | 3e97b415c3df72d39f99f07f8f5c82ed34a7afaa (patch) | |
| tree | 0ea8b63cd62bbfdb0925579bf6e08673cfdee317 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | d4b8ed007376f869f69c389c900d5fb3a9c4b5ac (diff) | |
| parent | 29fd82b24e8990ab133cb07d7c670202a197743e (diff) | |
| download | rust-3e97b415c3df72d39f99f07f8f5c82ed34a7afaa.tar.gz rust-3e97b415c3df72d39f99f07f8f5c82ed34a7afaa.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index f4f29078190..de96bf477ad 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -15,8 +15,6 @@ #![feature(let_chains)] #![feature(min_specialization)] #![feature(impl_trait_in_assoc_type)] -#![deny(rustc::untranslatable_diagnostic)] -#![deny(rustc::diagnostic_outside_of_impl)] #[macro_use] extern crate rustc_macros; |
