stack overflow with "recursive" trait bound on an associated type #20551
Labels
A-associated-items
Area: Associated items (types, constants & functions)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I just tried this (last time was 2015-01-08) on playpen:
which apparently makes
rustc
do an infinite recursion (or something) ending in a stack overflow:If I remove the
: Trait
in the line for the associated type, it works again.The text was updated successfully, but these errors were encountered: