about summary refs log tree commit diff
path: root/compiler/rustc_driver/src
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_driver/src
parentea65f50c52cebd3e632a761fd033e0faceeb900f (diff)
downloadrust-22c3a71de1f798822594498559622407ed882d88.tar.gz
rust-22c3a71de1f798822594498559622407ed882d88.zip
Switch bootstrap cfgs
Diffstat (limited to 'compiler/rustc_driver/src')
-rw-r--r--compiler/rustc_driver/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs
index 563ec8b0e3a..db03ee8c4bc 100644
--- a/compiler/rustc_driver/src/lib.rs
+++ b/compiler/rustc_driver/src/lib.rs
@@ -9,7 +9,7 @@
 #![feature(let_else)]
 #![feature(once_cell)]
 #![recursion_limit = "256"]
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
+#![allow(rustc::potential_query_instability)]
 
 #[macro_use]
 extern crate tracing;