summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2093-infer-outlives/nested-regions.stderr
blob: 59df869c47a6b48267916254bcaae61db7fde4a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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