borrowck doesnt convert lifetime params to vars in generic_const_exprs #111434
Labels
A-const-generics
Area: const generics (parameters and arguments)
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
See bottom of description of #111215.
const-arg-in-const-arg.rs
,in-closure.rs
, andsimple.rs
were revealed to be broken in that PR and need to be fixed (and test readded for const-arg-in-const-arg).The text was updated successfully, but these errors were encountered: