Associated types in traits used as bounds are treated as type arguments #18173
Labels
A-type-system
Area: Type system
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
When using a trait with an associated type as a bound on a type argument, its associated types are treated as arguments rather than as determined by the impl:
http://is.gd/KPP4ka
The text was updated successfully, but these errors were encountered: