731f4efae5
Co-authored-by: nikomatsakis
15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
error: rustc_outlives
|
|
--> $DIR/nested-regions.rs:14:1
|
|
|
|
|
LL | / struct Foo<'a, 'b, T> { //~ ERROR 14:1: 16:2: rustc_outlives
|
|
LL | | x: &'a &'b T
|
|
LL | | }
|
|
| |_^
|
|
|
|
|
= note: 'b : 'a
|
|
= note: T : 'a
|
|
= note: T : 'b
|
|
|
|
error: aborting due to previous error
|
|
|