blob: 978fe352bc750b463dbb11c2cd6811a8c3cbcad2 [file] [log] [blame]
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