-
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
ICE While Checking the Rust Compiler #6383
Comments
Thanks for your report! This might have been fixed by #6304. |
Yep, this has fixed it. Thanks for noticing @giraffate. And thanks for all the triage work you're doing for Clippy in general! ❤️ 🦀 |
@giraffate @flip1995
New backtrace:
|
Thanks for your new report! In |
Yeah, can't reproduce when using latest clippy from this repo on the rustc repo via |
How do you do this? When I tried it, I got the classic "has to have a known size at compile time" errors. I tried to run |
I get the latest master toolchain |
Code
Trying to run
./x.py clippy
on therust
repo leads to an ICE, due to some code inlibrary/core
. Isolating the specific exampleMeta
cargo clippy -V
:clippy 0.0.212 (21dea46 2020-11-18)
rustc -Vv
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: