"No def'n found for DefId" ICE for impl appearing before trait declaration that includes an associated type #20371
Labels
A-associated-items
Area: Associated items (types, constants & functions)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
gives
Swapping the comments on the
impl
s removes the ICE. Similar to #18611.(Side note: the above test case started as 46KB of source, but creduce only took two minutes to reduce to basically the above; very cool.)
The text was updated successfully, but these errors were encountered: