blob: 77577fe09457e65cced7671379c5e92a867655dd [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