thread 'rustc' panicked at 'called Option::unwrap()
on a None
value'
#75572
Labels
A-mir-opt
Area: MIR optimizations
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.
This issue appears in the nightly compiler since toolchain version
nightly-2020-08-14
(rustc 1.47.0-nightly (81dc88f88 2020-08-13)
). It does not appear with toolchainnightly-2020-08-13
(rustc 1.47.0-nightly (576d27c5a 2020-08-12)
) or earlier.Code
Create an empty project and add the following dependency.
Upon
cargo run
, rustc panics with the below output.Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: