blob: 8c69307ddfb72da571caeb7bfcce80b326f7f2ff [file] [log] [blame]
error: rustc_outlives
--> $DIR/self-dyn.rs:19:1
|
LL | / struct Foo<'a, 'b, A> //~ ERROR 19:1: 22:2: rustc_outlives
LL | | {
LL | | foo: Box<dyn Trait<'a, 'b, A>>
LL | | }
| |_^
|
= note: A : 'a
error: aborting due to previous error