-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilize cfg(bootstrap) over cfg(stage0) #61494
Conversation
@bors: r+ |
📌 Commit d04d56d has been approved by |
…ap, r=alexcrichton Utilize cfg(bootstrap) over cfg(stage0) Also removes stage1, stage2 cfgs being passed to rustc to ensure that stage1 and stage2 are only differentiated as a group (i.e., only through not bootstrap). Fixes rust-lang#53582 r? @alexcrichton
Failed in #61509 (comment), @bors r- |
Also removes stage1, stage2 cfgs being passed to rustc to ensure that stage1 and stage2 are only differentiated as a group (i.e., only through not bootstrap).
d04d56d
to
bea2e55
Compare
This PR probably shouldn't be rolled up as anything that adds @bors r=alexcrichton |
📌 Commit bea2e55 has been approved by |
@Mark-Simulacrum Please use @bors rollup=never |
…richton Utilize cfg(bootstrap) over cfg(stage0) Also removes stage1, stage2 cfgs being passed to rustc to ensure that stage1 and stage2 are only differentiated as a group (i.e., only through not bootstrap). Fixes #53582 r? @alexcrichton
☀️ Test successful - checks-travis, status-appveyor |
Also removes stage1, stage2 cfgs being passed to rustc to ensure that
stage1 and stage2 are only differentiated as a group (i.e., only through
not bootstrap).
Fixes #53582
r? @alexcrichton