diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-02-23 08:06:22 -0500 | 
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-02-25 08:00:52 -0500 | 
| commit | 22c3a71de1f798822594498559622407ed882d88 (patch) | |
| tree | bb4315c823b1483d5e529dfd35718a613e2bc31b /compiler/rustc_interface/src/lib.rs | |
| parent | ea65f50c52cebd3e632a761fd033e0faceeb900f (diff) | |
| download | rust-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.rs | 2 | 
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; | 
