]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_ssa/src/lib.rs
Remove the reg_thumb register class for asm! on ARM
[rust.git] / compiler / rustc_codegen_ssa / src / lib.rs
index b2b0629c4b7dc683d5d434fe8a95341ab1acea91..4c87d4d896e2ec8129362eb05464504d68108a26 100644 (file)
@@ -8,7 +8,6 @@
 #![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