2018-04-18 21:26:21 -05:00
|
|
|
error: rustc_outlives
|
2018-08-27 23:46:08 -05:00
|
|
|
--> $DIR/nested-regions.rs:14:1
|
2018-04-18 21:26:21 -05:00
|
|
|
|
|
2018-08-27 23:46:08 -05:00
|
|
|
LL | / struct Foo<'a, 'b, T> { //~ ERROR 14:1: 16:2: rustc_outlives
|
2018-04-18 21:26:21 -05:00
|
|
|
LL | | x: &'a &'b T
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
|
|
|
|
= note: 'b : 'a
|
|
|
|
= note: T : 'a
|
|
|
|
= note: T : 'b
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|