blob: 8e9b158ab7c9dd9f3cb89ad4c2aaffd66bb6cca6 [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