blob: 59df869c47a6b48267916254bcaae61db7fde4a7 [file] [log] [blame] [edit]
error: rustc_outlives
--> $DIR/nested-regions.rs:4:1
|
LL | struct Foo<'a, 'b, T> {
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: 'b: 'a
= note: T: 'a
= note: T: 'b
error: aborting due to 1 previous error