Flip cfg's for bootstrap bump
This commit is contained in:
parent
7559d96be9
commit
67b0cfc761
14 changed files with 16 additions and 73 deletions
|
@ -11,7 +11,7 @@ use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
|
|||
use rustc_data_structures::sync::Lrc;
|
||||
use rustc_macros::HashStable_Generic;
|
||||
use rustc_span::symbol::{kw, sym};
|
||||
#[cfg_attr(not(bootstrap), allow(hidden_glob_reexports))]
|
||||
#[allow(hidden_glob_reexports)]
|
||||
use rustc_span::symbol::{Ident, Symbol};
|
||||
use rustc_span::{self, edition::Edition, Span, DUMMY_SP};
|
||||
use std::borrow::Cow;
|
||||
|
|
|
@ -149,7 +149,7 @@ mod opaque_types;
|
|||
mod parameterized;
|
||||
mod rvalue_scopes;
|
||||
mod structural_impls;
|
||||
#[cfg_attr(not(bootstrap), allow(hidden_glob_reexports))]
|
||||
#[allow(hidden_glob_reexports)]
|
||||
mod sty;
|
||||
mod typeck_results;
|
||||
|
||||
|
|
|
@ -13,12 +13,12 @@ mod object_safety;
|
|||
pub mod outlives_bounds;
|
||||
pub mod project;
|
||||
pub mod query;
|
||||
#[cfg_attr(not(bootstrap), allow(hidden_glob_reexports))]
|
||||
#[allow(hidden_glob_reexports)]
|
||||
mod select;
|
||||
mod specialize;
|
||||
mod structural_match;
|
||||
mod structural_normalize;
|
||||
#[cfg_attr(not(bootstrap), allow(hidden_glob_reexports))]
|
||||
#[allow(hidden_glob_reexports)]
|
||||
mod util;
|
||||
pub mod vtable;
|
||||
pub mod wf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue