-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
thread 'rustc' panicked at 'called Option::unwrap()
on a None
value', compiler/rustc_middle/src/ty/query/mod.rs:235:5
#79866
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
I have probably the same bug but on a different architecture. I think it already happened with 2020-12-06.
And with a Backtrace but maybe not 100% the same error:
Only happens ocasionally |
Duplicate of #79661. The fix has been merged, the next nightly (2020-12-09) should have the fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
I am not able to nail this down to a specific line, unfortunately.
Meta
Builds fine on
stable
andbeta
.Kicks the bucket on
nightly
.rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: