Traits with associated types appearing on structs, enums or other traits #18768
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-traits
Area: Trait system
Currently the pseudo-parameters for associated types are only created on impls and fns. This means that examples like #17732 don't work.
This issue is strictly limited to the acyclic case. The cyclic case is covered by #18436
The text was updated successfully, but these errors were encountered: