rust failed to build (branch beta 02822334e9b) thread 'rustc' panicked at 'called Result::unwrap()
on an Err
value: "invalid enum variant tag while decoding StabilityLevel
, expected 0..2"', compiler/rustc_metadata/src/rmeta/decoder.rs:266:29
#92812
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 trying to build rust itself, from the beta branch:
doc_value
#91305 - camelid:rm-cond, r=GuillaumeGomezAnd it failed with: thread 'rustc' panicked at 'called
Result::unwrap()
on anErr
value: "invalid enum variant tag while decodingStabilityLevel
, expected 0..2"', compiler/rustc_metadata/src/rmeta/decoder.rs:266:29Error output
Backtrace
The text was updated successfully, but these errors were encountered: