-
Notifications
You must be signed in to change notification settings - Fork 13.3k
panicked at 'called Option::unwrap()
on a None
value', compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:18:85
#91988
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 also don't know if it is fixed on nightly because I cannot repro anymore. |
I can confirm this bug was present as of:
Also went away on a clean build |
@rustbot label A-incr-comp |
Potential dupe of #91696. See also #91919.
@carllerche Could be because you cleared you target directory. |
Happened again with:
|
Same thing:
Also occurs during clippy run: rust-lang/rust-clippy#8158 |
Same problem. Panic when running
|
I'm also seeing this. I preserved my
|
I hit an ICE. I believe it is related to incremental compilation. The ICE went away after running
cargo clean
. I am no longer able to repro. I thought I would submit anyway.Code
No minimum repro available
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: