rust/tests/ui/rfc-2093-infer-outlives/nested-regions.stderr
2023-01-11 09:32:08 +00:00

13 lines
213 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 previous error