GAT ICE: place local already assigned to #68649
Labels
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
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
The following ICE's:
Backtrace:
Notice this is verry simlar code to #68648, except here the
identity
function is called with an empty tuple. Also notice that here, the call tobug
actually isnt allowed, since i32 doesnt implementFun
with the associated type as a tuple.The text was updated successfully, but these errors were encountered: