-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Unwrap failed #92019
Comments
I just had the same (I believe) issue.
This is the backtrace:
|
That is the error that I remember getting as well. |
This is a known incremental compilation issue - I'm working on a fix in #91919. For now, you can run |
@Aaron1011 another similar issue (#92105) mentions #91741, and another one I just saw (#92056) has a very similar backtrace. Do you think these are related to that PR instead? EDIT: never mind, I see you commented on that PR already. |
@rustbot label +A-incr-comp |
Crash happened here:
rust/compiler/rustc_hir/src/definitions.rs
Line 452 in 23c2723
No idea how to repro. I did an
rm -rf
of my target folder (in this case,.cargo/target
), and the problem went away, so I can't repro anymore.The text was updated successfully, but these errors were encountered: