thread 'rustc' panicked at 'called Option::unwrap()
on a None
value', compiler/rustc_metadata/src/rmeta/decoder.rs:1565:75
#80054
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.
Only happen rarely. We are building crates from within
build.rs
. Yeah, I know... but we are including the binary in the final binary.Repo: https://github.com/enarx/enarx-keepldr/
Command:
$ cargo +nightly test --no-run --all-features
The text was updated successfully, but these errors were encountered: