-
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
Prepare beta 1.33.0 #57670
Prepare beta 1.33.0 #57670
Conversation
|
Woops, forgot to target beta for this PR. |
The issue for |
@bors r+ p=1 |
📌 Commit b54a00a has been approved by |
⌛ Testing commit b54a00a with merge b4ccfb66771954c719ddc6e1c273fc5acc52ed00... |
💔 Test failed - checks-travis |
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 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors r=Mark-Simulacrum p=1 |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit b54a00a has been approved by |
Prepare beta 1.33.0 This PR includes the usual changes for a new beta, and suppresses a few lints on libcore: those lints are false positives caused by an internal attribute (`rustc_layout_scalar_valid_range_start`) and only happen on stage0. r? @Mark-Simulacrum
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
@bors retry |
@bors r=Mark-Simulacrum p=1 |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit b54a00a has been approved by |
EEEEK this was merged on master, WTF |
Let's just create a new one, to be extra sure this isn't going back on master. |
This PR includes the usual changes for a new beta, and suppresses a few lints on libcore: those lints are false positives caused by an internal attribute (
rustc_layout_scalar_valid_range_start
) and only happen on stage0.r? @Mark-Simulacrum