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