-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unknown ICE error #8020
Comments
Hey, thanks for the report! This looks like an error originating from Clippy. Could you try to run Clippy with |
Updating to latest nightly didn't seem to help, here's that stacktrace
Command used was
|
This ICE does not occur when running
however it does occur when running with the |
Getting this same ICE myself. Don't have a nice minimal reproduction, it appears to be caused by something non-local in the file, and it's 'touchy' to me changing things. |
Oops, I was using an older version when I testing. The latest nightly works, it was probably #7945. |
I made sure to update before posting, but a couple days after my post a nightly update fixed it, so probably same issue for me too. |
It has been fixed in latest nightly, so I'm closing this. If you have any problem on this, feel free to open this or comment here. Thanks! |
For me, this error is associated with a bunch of false positives. I was not able to reproduce either the ICE or the false positives with nightly ( |
Apologies if I'm doing any of this wrong, however I just ran into this ICE and have no idea why, as my code compiles normally.
This happened locally, on CI it returned an error with the https://github.com/starlite-project/starchart crate
The text was updated successfully, but these errors were encountered: