You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#92261 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum
Avoid accidentally enabling unstable features in compilers
This allows rustbuild to control whether crates can use nightly features or not.
In practice, it has no effect because `builder.rs` already sets RUSTC_BOOTSTRAP unconditionally.
0 commit comments