2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2018-08-27 23:46:08 -05:00
|
|
|
--> $DIR/explicit-projection.rs:18:1
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
|
|
|
LL | / struct Foo<'a, A, B> where A: Trait<'a, B> //~ ERROR rustc_outlives
|
|
|
|
LL | | {
|
|
|
|
LL | | foo: <A as Trait<'a, B>>::Type
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: B : 'a
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|