-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ICE for cargo clippy #4653
Comments
I've just tested on nightly and it's fixed there, I'm guessing by #4590. Will the beta be updated with that fix before 1.39.0 is released, or will clippy ICE for the duration of the 1.39.0 release? |
I think the fix could be backported given how widespread is this issue. |
Yeah, I think we should backport it to beta. I'm on it. |
bors
added a commit
to rust-lang/rust
that referenced
this issue
Oct 15, 2019
[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
This is now fixed in beta. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the current beta,
cargo +beta clippy
is giving an ICE for the Rug crate, whilecargo +stable clippy
works fine, andcargo +beta check
works fine too.The text was updated successfully, but these errors were encountered: