Home
last modified time | relevance | path

Searched defs:ModelT (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/ui/associated-types/
Dassociated-types-binding-to-type-defined-in-supertrait.rs15 struct ModelT; struct
16 impl Vehicle for ModelT { type Color = Black; } implementation
17 impl Car for ModelT { } implementation
Dassociated-type-projection-from-supertrait.rs16 struct ModelT; struct
17 impl Vehicle for ModelT { type Color = Black; } implementation
18 impl Car for ModelT { } implementation