Compiler panics when trying to calculate layout of const generic based type #62220
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
F-const_generics
`#![feature(const_generics)]`
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.
I have the following code:
Attempting to use this function, such as in the following manner:
causes the compiler to crash with the following backtrace:
This issue has been assigned to @DutchGhost via this comment.
The text was updated successfully, but these errors were encountered: