-
Couldn't load subscription status.
- Fork 13.9k
[stable] 1.59.0 artifacts (second round) #94265
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
Conversation
|
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
|
|
@bors r+ rollup=never p=100 |
|
📌 Commit 6bd1b5f has been approved by |
|
⌛ Testing commit 6bd1b5f with merge 4d4c42ee7f6e342d9e29161f020e3c3443730c7e... |
|
💔 Test failed - checks-actions |
|
@bors retry macos runner missing |
|
☀️ Test successful - checks-actions |
This backports (from 1.60, landed in #93001):
return_self_not_must_usetopedanticrust-clippy#8302Per a user report on the internals feedback thread, this lint is not behaving well in 1.59.
cc @rust-lang/clippy -- this is a stable backport of a patch, which we'll likely want to land in fairly short order to be in time for the release Thursday.
This PR also includes an adjustment to the release notes to reflect "Fix invalid special casing of the unreachable! macro #93179".
r? @Mark-Simulacrum