blob: 5d167493308fd431aeec1f5ad4c60efd9c922136 [file] [log] [blame]
error: rustc_outlives
--> $DIR/explicit-dyn.rs:18:1
|
LL | / struct Foo<'a, A> //~ ERROR 18:1: 21:2: rustc_outlives
LL | | {
LL | | foo: Box<dyn Trait<'a, A>>
LL | | }
| |_^
|
= note: A : 'a
error: aborting due to previous error