-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
update edition guide #56519
update edition guide #56519
Conversation
r? @frewsxcv (rust_highfive has picked a reviewer for you, use r? to override) |
|
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
and update it so that links are correct
50687ec
to
6b0ac49
Compare
okay, locally i am 99% sure this passed (it failed on some extraneous files) |
r? @Mark-Simulacrum @rust-lang/release getting this in today or tomorrow's nightly means I'll be able to link to it from the release blog post. |
@bors p=10 |
@bors r+ p=10 |
📌 Commit 6b0ac49 has been approved by |
[stable] Add a few critical fixes to the 1.31.0 release This PR cherry-picks the following PRs to stable: * #56467: Bump stack size to 32MB * #56486: Propagate all closure requirements to the caller * #56519: update edition guide The changes will be included in the final 1.31.0 binary (to avoid a point release). To deploy the build to dev-static the old manifest needs to be removed from the bucket after the PR is merged. cc @rust-lang/core @rust-lang/release @rust-lang/compiler r? @alexcrichton
This is cherry-picked in 1.31.0 stable. |
@bors p=20 Moving this ahead of the rollup to make sure it's merged on master ASAP (before the master->beta promotion). |
update edition guide spiritual successor to #56457 not to be backported, being in nightly is enough. i'm testing this locally now but figure travis can test it in parallel
☀️ Test successful - status-appveyor, status-travis |
[beta] Swith to released bootstrap compiler * Also update the Cargo submodule to the 1.32 branch at the same time for a few beta fixes. * Include beta-nominated #56519
spiritual successor to #56457
not to be backported, being in nightly is enough.
i'm testing this locally now but figure travis can test it in parallel