-
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
implicit-hasher ICE #4260
Labels
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Some observations: if I inline the macro definition into lib.rs, the crash goes away.
So there might be some path resolution failure? Backtrace:
|
bors
added a commit
that referenced
this issue
Jul 11, 2019
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
bors
added a commit
that referenced
this issue
Jul 12, 2019
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
flip1995
added a commit
to flip1995/rust-clippy
that referenced
this issue
Jul 12, 2019
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes rust-lang#4260. changelog: Fix bug in `implicit_hasher` causing crashes
bors
added a commit
that referenced
this issue
Jul 12, 2019
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
bors
added a commit
that referenced
this issue
Jul 13, 2019
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running cargo clippy on this repo will report ICE.
The text was updated successfully, but these errors were encountered: