13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
error: rustc_outlives
|
|
--> $DIR/self-structs.rs:4:1
|
|
|
|
|
LL | / struct Foo<'a, 'b, T> { //~ ERROR rustc_outlives
|
|
LL | | field1: Bar<'a, 'b, T>
|
|
LL | | }
|
|
| |_^
|
|
|
|
|
= note: T : 'a
|
|
|
|
error: aborting due to previous error
|
|
|