-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Clippy triggers ICE but cargo build does not #6153
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 agree that this looks similar. Unfortunately the the repo is a bit bigger, so reducing it to a minimal example is kinda hard. Edit: on second thought it might be not that similar. The error on rustbus is some kind of slice indexing error, where on amethyst_hello it panics with a Box... I am just confused that clippy triggers this bug, but just building the project normally works without issues. |
the compiler internals that are producing this bug are the same.
Clippy runs more checks, than |
With the version
Clippy version: clippy 0.0.212 (18bf6b4 2020-10-07)
I hit a ICE when I run clippy on my project that I did not before. This suddenly made the CI fail, so I assume this was introduced in the new release for 0.0.212.I am sorry I cant provide a minimal example but the project is hosted on github: https://github.com/KillingSpark/rustbus. If I can provide any additional info I'd be happy to do so.
Output with RUST_BACKTRACE=1
The text was updated successfully, but these errors were encountered: