-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
rustc 1.34.0 panics when running "cargo clippy" and checking "combine" crate #59909
Comments
cc @oli-obk @Manishearth @rustbot modify labels: regression-from-stable-to-stable T-dev-tools I-nominated I-ICE |
@pietroalbini This was fixed in rust-lang/rust-clippy#3805 |
Nominating that PR to be backported to stable. cc @rust-lang/release |
I have encountered a similar error and I am not sure whether it is the same or a different issue. From Travis CI:
|
cc @rust-lang/dev-tools, do you think this PR is safe to backport to a stable point release? |
@pietroalbini Yep! Feel free to make a @oli-obk @phansch think we should also backport some of the |
Made a backport PR in rust-lang/rust-clippy#4003 |
Both backported PRs already exist on beta. |
@pietroalbini ready to go , see rust-lang/rust-clippy#4003 just check out the |
@Manishearth can the branch be called something like |
Done. I can also merge it back into mainline if necessary. |
removing nomination tag, as this appears to be well in hand. |
This should be fixed now. |
Platform: x86_64-unknown-linux-gnu
Version: 1.34.0
Error description: when running
cargo clippy
compiler panics. Compilation works fine though.Backtrace:
The text was updated successfully, but these errors were encountered: