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