Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/incremental/
Dissue-85360-eval-obligation-ice.rs36 struct GenericComp<T> { struct
40 impl<T: 'static> Component for GenericComp<T> { argument
/third_party/rust/rust/tests/ui/traits/
Dissue-85360-eval-obligation-ice.rs52 struct GenericComp<T> { struct
56 impl<T: 'static> Component for GenericComp<T> { implementation