error: rustc_outlives --> $DIR/explicit-dyn.rs:8:1 | LL | / struct Foo<'a, A> //~ ERROR rustc_outlives LL | | { LL | | foo: Box> LL | | } | |_^ | = note: A : 'a error: aborting due to previous error