-
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
Prepare Rust 1.71.1 #114284
Prepare Rust 1.71.1 #114284
Conversation
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
@bors r+ p=1000 rollup=never |
📌 Commit 18fb4694ce0d18a101b8d1ae9e9513ae7bbe8c73 has been approved by It is now in the queue for this repository. |
This comment has been minimized.
This comment has been minimized.
⌛ Testing commit 18fb4694ce0d18a101b8d1ae9e9513ae7bbe8c73 with merge 7f0635d810150742d0a34351e79a3f072817ba19... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors r+ p=1000 rollup=never |
📌 Commit 997ce68285ebdbc901336c2b1be7aeb8870d2625 has been approved by It is now in the queue for this repository. |
This comment has been minimized.
This comment has been minimized.
@bors r- Whoops wrong fix. |
This reverts commit 08ce68b.
This was not the correct fix. The problem was two-fold: - `download-rustc` didn't respect `llvm.assertions` - `rust-dev` was missing a bump to `download-ci-llvm-stamp` The first is fixed in this PR and the latter was fixed a while ago. Revert this change to avoid breaking `rpath = false`.
@bors r+ p=1000 rollup=never Actually checked locally that it compiles. |
Yes the branch name is wrong. |
☀️ Test successful - checks-actions |
This PR prepares the Rust 1.71.1 release, which contains:
can_eq
inderive(..)
suggestion for missing method #111516suspicious_double_ref_op
: don't lint on.borrow()
#112517./x.py dist
fails inrust 1.71.0
onlint-docs
#113678)r? @ghost
cc @rust-lang/release