thread 'rustc' panicked at 'no entry found for key', src/librustc_mir_build/build/mod.rs:345:9 #79913
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
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
Cargo.toml
Meta
rustc --version --verbose
:Error output
Backtrace
If I use
Ok(0) | Err(_) => {
instead ofOk(0) | Err(_e) => {
then the crash doesn't happenThe text was updated successfully, but these errors were encountered: