blob: 86bcbe640e4bc1b5c3316b74d4810a3000aaa923 [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