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