ICE on const generics in impl block ("failed to lift"). #60879
Labels
A-const-generics
Area: const generics (parameters and arguments)
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.
Yet another ICE on const generics. (I'm pretty sure it's duplicate, but I have not found issue with exact same error.)
I tried this code:
I expected either successfull compilation or "not-ICE" error.
Instead
my device exploded violentlyI got an ICE.Meta
Backtrace:
The text was updated successfully, but these errors were encountered: