2018-04-18 22:26:21 -04:00
|
|
|
error: rustc_outlives
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/explicit-dyn.rs:8:1
|
2018-04-18 22:26:21 -04:00
|
|
|
|
|
2018-12-25 08:56:47 -07:00
|
|
|
LL | / struct Foo<'a, A> //~ ERROR rustc_outlives
|
2018-04-18 22:26:21 -04:00
|
|
|
LL | | {
|
|
|
|
LL | | foo: Box<dyn Trait<'a, A>>
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: A : 'a
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|