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