DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / 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() {}