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