Home
last modified time | relevance | path

Searched defs:defining (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/tests/ui/type-alias-impl-trait/
Dmissing_lifetime_bound.rs3 type Opaque<'a, T> = impl Sized;
Dimplied_lifetime_wf_check3.rs26 type Ty<A> = impl Sized;
34 type Opaque<T: 'static> = impl Sized;
Dunbounded_opaque_type.rs4 type Opaque<T> = impl Sized;
Dimplied_lifetime_wf_check4_static.rs4 type Ty<A> = impl Sized + 'static;
Dimplied_bounds2.rs5 type Ty<'a, A> = impl Sized + 'a;
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dnote_and_explain.rs605 trait defining them", in point_at_associated_type() trait