about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/lib.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-02-23 08:06:22 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2022-02-25 08:00:52 -0500
commit22c3a71de1f798822594498559622407ed882d88 (patch)
treebb4315c823b1483d5e529dfd35718a613e2bc31b /compiler/rustc_interface/src/lib.rs
parentea65f50c52cebd3e632a761fd033e0faceeb900f (diff)
downloadrust-22c3a71de1f798822594498559622407ed882d88.tar.gz
rust-22c3a71de1f798822594498559622407ed882d88.zip
Switch bootstrap cfgs
Diffstat (limited to 'compiler/rustc_interface/src/lib.rs')
-rw-r--r--compiler/rustc_interface/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs
index dcad3036cc2..f847c08a9dc 100644
--- a/compiler/rustc_interface/src/lib.rs
+++ b/compiler/rustc_interface/src/lib.rs
@@ -6,7 +6,7 @@
 #![feature(nll)]
 #![feature(once_cell)]
 #![recursion_limit = "256"]
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
+#![allow(rustc::potential_query_instability)]
 
 mod callbacks;
 pub mod interface;