Using trait bounds in default methods fails #7460
Labels
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
If a trait has parameters with trait bounds, and default methods use them, the compiler ICEs.
This depends on #7266 being fixed and is part of #2794.
The text was updated successfully, but these errors were encountered: