generic_const_exprs + ptr_metadata = index out of bounds #95821
Labels
C-bug
Category: This is a bug.
F-adt_const_params
`#![feature(adt_const_params)]`
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
[playground]
Removing either the generic_const_expr on line A or the meta argument on line B causes the ICE to go away.
Meta
rustc --version --verbose
:Error output
Backtrace
@rustbot modify labels: +requires-nightly +F-generic_const_exprs +F-adt_const_params
The text was updated successfully, but these errors were encountered: