]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_codegen_ssa/src/lib.rs
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_codegen_ssa / src / lib.rs
index 350199f4e98c29ec99701a85e0aa856ee6643074..9bb8db076a8d67d2bffccd3a218e7465668332de 100644 (file)
@@ -7,6 +7,7 @@
 #![feature(nll)]
 #![feature(associated_type_bounds)]
 #![recursion_limit = "256"]
+#![cfg_attr(not(bootstrap), 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