diff options
| author | bors <bors@rust-lang.org> | 2024-01-13 18:07:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-13 18:07:59 +0000 |
| commit | 23148b175bb912dfced55b1ffdefcc8d2945702b (patch) | |
| tree | fb75a0e8f018b2e0f55059bf882c7f5e83d4ca36 /compiler/rustc_codegen_ssa/src/lib.rs | |
| parent | c6c4abf58499d89000e333627237e63dbca24437 (diff) | |
| parent | 4612edc53f998994cffaa1b5856d624ad3910c18 (diff) | |
| download | rust-23148b175bb912dfced55b1ffdefcc8d2945702b.tar.gz rust-23148b175bb912dfced55b1ffdefcc8d2945702b.zip | |
Auto merge of #119409 - Kobzol:rustc-codegen-ssa-query-instability, r=Nilstrieb
rustc_codegen_ssa: Enforce `rustc::potential_query_instability` lint Part of https://github.com/rust-lang/rust/issues/84447.
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index 99280fdba7c..8f5421823a3 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -11,7 +11,6 @@ #![feature(strict_provenance)] #![feature(try_blocks)] #![recursion_limit = "256"] -#![allow(rustc::potential_query_instability)] //! This crate contains codegen code that is used by all codegen backends (LLVM and others). //! The backend-agnostic functions of this crate use functions defined in various traits that |
