-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[Beta] Backport Clippy ICE fix to beta #65305
Conversation
|
Clippy branch for the backport is https://github.com/rust-lang/rust-clippy/tree/rust-1.39.0 |
The backport itself looks fine (just a note: rename the branch from @rust-lang/clippy do y'all approve this backport? Not sure how the approval process looks like in your team. |
I renamed the branch. 👍 |
r+ |
@bors r+ |
📌 Commit 8aacf98 has been approved by |
[Beta] Backport Clippy ICE fix to beta There was an ICE in Clippy, when compiling `mysql_common`. Since this is a pretty popular crate, and there were a bunch of Clippy issues in the last few days, I think it is worth it to backport the fix (rust-lang/rust-clippy#4590) to beta. cc rust-lang/rust-clippy#4653 r? @Manishearth
☀️ Test successful - checks-azure |
There was an ICE in Clippy, when compiling
mysql_common
. Since this is a pretty popular crate, and there were a bunch of Clippy issues in the last few days, I think it is worth it to backport the fix (rust-lang/rust-clippy#4590) to beta.cc rust-lang/rust-clippy#4653
r? @Manishearth