-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Clippy v0.0.191 with rustc 1.26.0-nightly (ae544ee1c 2018-03-29) causes ICE #2594
Comments
Looks like the same as rust-lang/rust#49480 I don't know though whether it's a bug in clippy or rust. |
I'm kindof tracking this in #1976 |
So the crash happens when I added few prints trying to understand it with formatting
Is there a way to make myself useful with this issue? |
So it looks to me like the |
This looks like rust-lang/rust#49643 |
I've also run into this myself on the latest release of Clippy ( Hopefully this is helpful (snipped out the output for compiling/checking each crate for posterity):
|
A minimal example depending on the |
Going to take a look at the SpanlessHash panic |
@mati865 I saw your comment just now, sorry. If you still want to tackle this, let me know and I will assign it to you. I essentially arrived at the same point where you were at and didn't have time to dig deeper, yet. |
@phansch I'd be happy if you could fix it. |
Clippy 0.0.202 fixes a bug that prevented using it here. rust-lang/rust-clippy#2594
Clippy 0.0.202 fixes a bug that prevented using it here. rust-lang/rust-clippy#2594
After upgrading clippy from
0.0.190
to0.0.191
runningcargo clippy
causes ICE:stack backtrace:
Couldn't manage to reproduce it by anything different than
cargo clippy
.Is this rustc or clippy bug (please close this issue if former)?
The text was updated successfully, but these errors were encountered: