-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Internal compiler error: unexpected panic - Clippy 0.1.59 #8173
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
Comments
I did not find anything clippy-related in that stack trace. Does |
@llogiq yeah it doesn't look like it's clippy-related, it's just to note where it happened. It seems to be happening only with the nightly toolchain. I I'll write more after I give |
@llogiq So the full command for
And the
|
it's probably this rustc crash you are hitting: |
Closing in favor of rust-lang/rust#92163 (nothing that could be done in Clippy) |
A workaround is to not use cargo incremental cache with |
Command:
clippy --all-targets -- -D warnings -W clippy::cognitive_complexity
Toolchain:
nightly-x86_64-apple-darwin unchanged - rustc 1.59.0-nightly (c09a9529c 2021-12-23)
Log:
The text was updated successfully, but these errors were encountered: