thread 'rustc' panicked at 'called Option::unwrap()
on a None
value'
#79839
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'm not sure which of my code is triggering this bug (and don't have the time to go through the recommended blog post in the issue template). However, the two most suspicious changes I made today are
nightly-2020-11-27
tonightly-2020-12-08
#![feature(min_const_generics)]
(in a separate library crate, which is used in the problem crate but compiles fine on its own)This also looks similar to #79833
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: