blob: b32c9743e9edbd8d203b8eeedf5f08118e1b18fe [file] [log] [blame]
error: rustc_outlives
--> $DIR/self-structs.rs:4:1
|
LL | / struct Foo<'a, 'b, T> {
LL | | field1: dyn Bar<'a, 'b, T>
LL | | }
| |_^
|
= note: T : 'a
error: aborting due to previous error