-
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
Upgrade bootstrap compiler to 1.12 #35766
Conversation
Wait, I don't think i did the hash right... |
|
ok, now it's ready. |
Aparently the version of cargo here needs to be bumped, along with cargo-revs.txt in rust-packaging. |
@bors: r+ This probably won't land though until rust-lang/cargo#3005 is fixed, so we may want to avoid updating Cargo just yet |
📌 Commit ab6ca7e has been approved by |
This doesn't compile AFAICT. @bors r- |
You need to clean-up the cfg(stage0) stuff in this PR as well. |
Removed the stage0 stuff. Seems to build. Still testing. |
} | ||
|
||
#[cfg(not(stage0))] | ||
not_stage0!(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The contents of this macro need to stay around (without any #[cfg]
).
Updated. Thanks for the review @eddyb . |
@bors: r+ |
📌 Commit fce605e has been approved by |
⌛ Testing commit fce605e with merge 745cc1d... |
💔 Test failed - auto-linux-64-cargotest |
@bors r=alexcrichton |
📌 Commit 3129398 has been approved by |
@bors r=alexcrichton |
📌 Commit 144cc72 has been approved by |
Upgrade bootstrap compiler to 1.12 r? @alexcrichton
r? @alexcrichton