thread 'rustc' panicked at 'called Option::unwrap()
on a None
value', src/librustc_typeck/check/intrinsic.rs:288:42
#72985
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This happened while trying to build libstd (outside of bootstrap) for hexagon-unknown-linux-musl. Not sure if
xbuild
is the appropriate convention but I saw it used in libc crate's CI and assumed it might be worth a try w/libstd.The text was updated successfully, but these errors were encountered: