ICE: feature(generic_const_exprs)
when assigning a default value for an array using an associated constant of a supertrait as its size
#93248
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
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.
Assigning a default value for an array using an associated constant of a supertrait as its size and trying to compile the following code via either
cargo run
orcargo build
results in an ICE.Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: