ICEs galore with const-generic associated type in trait bound #102333
Labels
A-const-generics
Area: const generics (parameters and arguments)
A-GATs
Area: Generic associated types (GATs)
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code produces several ICEs on both beta and nightly (no
#![feature]
necessary).Code
Meta
rustc -Vv
:Error output
Backtrace
@rustbot label F-generic_associated_types A-const-generics
The text was updated successfully, but these errors were encountered: