DEBSOURCES
Skip Quicknav
sources / rustc / 1.70.0%2Bdfsg1-9 / tests / ui / generic-associated-types / parse / in-trait-impl.rs
12345678
// check-pass // compile-flags: -Z parse-only impl<T> Baz for T where T: Foo { type Quux<'a> = <T as Foo>::Bar<'a, 'static>; } fn main() {}