summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2093-infer-outlives/explicit-projection.stderr
blob: 1c39c984a2a68e62162be756ef98f4b63a7bc35e (plain)
1
2
3
4
5
6
7
8
9
10
error: rustc_outlives
  --> $DIR/explicit-projection.rs:8:1
   |
LL | struct Foo<'a, A, B> where A: Trait<'a, B>
   | ^^^^^^^^^^^^^^^^^^^^
   |
   = note: B: 'a

error: aborting due to 1 previous error