summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2093-infer-outlives/nested-regions.stderr
blob: c08add7ededec54a5179306e1cf5b5a7055d0ccf (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 previous error