]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/src/lib.rs
Rollup merge of #92528 - tmiasko:combine-commutative, r=michaelwoerister
[rust.git] / compiler / rustc_monomorphize / src / lib.rs
index 21ac174ba90b771a4de495d4e2820c18d0c5b671..bbc65b09ece1dbd34359af691ffaea0fcc388ad3 100644 (file)
@@ -4,6 +4,7 @@
 #![feature(control_flow_enum)]
 #![feature(let_else)]
 #![recursion_limit = "256"]
+#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
 
 #[macro_use]
 extern crate tracing;