]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/lib.rs
Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds-unused...
[rust.git] / compiler / rustc_codegen_llvm / src / lib.rs
index d39e753b8f3a39e212c9f032e6efdc55a1c4d4f4..c2211005a0386d49645bb034499001d58983a7fd 100644 (file)
@@ -12,7 +12,7 @@
 #![feature(once_cell)]
 #![feature(nll)]
 #![recursion_limit = "256"]
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
+#![allow(rustc::potential_query_instability)]
 
 #[macro_use]
 extern crate rustc_macros;