-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Stable 1.31.0 release #56455
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
Stable 1.31.0 release #56455
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ p=200 |
📌 Commit 647fed5edbf00f9fab3b9eb6ccb66326fda2bcca has been approved by |
src/bootstrap/builder.rs
Outdated
@@ -443,7 +443,8 @@ impl<'a> Builder<'a> { | |||
doc::RustdocBook, | |||
doc::RustByExample, | |||
doc::RustcBook, | |||
doc::CargoBook | |||
doc::CargoBook, | |||
doc::EditionGuide |
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.
Nit: maybe we can add a trailing comma here?
⌛ Testing commit 647fed5edbf00f9fab3b9eb6ccb66326fda2bcca with merge 89425a9981f97378a76ef09efd27d3ba2f6f7c71... |
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 |
@bors r- retry Lots of broken links. |
647fed5
to
5a31783
Compare
@bors r+ p=200 |
📌 Commit 5a31783 has been approved by |
Stable 1.31.0 release This also includes a patch to the edition guide inclusion such that it should actually get built. It will need to be forward-ported to master (and beta, but that'll come as master/beta promotion). cc @rust-lang/release
☀️ Test successful - status-appveyor, status-travis |
This also includes a patch to the edition guide inclusion such that it should actually get built. It will need to be forward-ported to master (and beta, but that'll come as master/beta promotion).
cc @rust-lang/release