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
This is a follow-up to pull request rust-lang#32812, according to the new
decision in issue rust-lang#36548 to relax bootstrap key logic. Now *any*
non-empty bootstrap key is allowed to circumvent the feature gate.
For now, the build system still goes through the same motions to set
RUSTC_BOOTSTRAP_KEY according to the prior system. This is necessary
at least until the next stage0 base includes this relaxed key check.
It also makes it simpler to revert this if we change our mind.
0 commit comments