blob: a85aa3d7565bab7af4c41ee97cc6174996007ec6 [file] [log] [blame]
error: rustc_outlives
--> $DIR/explicit-projection.rs:8:1
|
LL | / struct Foo<'a, A, B> where A: Trait<'a, B>
LL | | {
LL | | foo: <A as Trait<'a, B>>::Type
LL | | }
| |_^
|
= note: B: 'a
error: aborting due to previous error