41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
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
|
|
|