ICE when attempting HRTB with GATs #79949
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-GATs
Area: Generic associated types (GATs)
A-trait-system
Area: Trait system
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-associated_type_bounds
`#![feature(associated_type_bounds)]`
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
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.
This happens on stable 1.48.0, beta 1.49.0-beta2 as well as the current nightly.
Playground
This error occurs also when the
associated_type_bounds
andgeneric_associated_types
features are enabled on nighly, another playground.Backtrace
The text was updated successfully, but these errors were encountered: