ICE with generic associated types #62326
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-GATs
Area: Generic associated types (GATs)
A-lifetimes
Area: Lifetimes / regions
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) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hi,
Following code:
... fails with:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=ba801a17c109844b79633bb40919c4fc
The text was updated successfully, but these errors were encountered: