summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/bounds-lifetime-2.stderr
blob: dd3e69c11396d0d31b1ded62b4d0db6f7df193dc (plain)
1
2
3
4
5
6
7
8
error: expected one of `,`, `:`, or `>`, found `+`
  --> $DIR/bounds-lifetime-2.rs:1:17
   |
LL | type A = for<'a + 'b> fn();
   |                 ^ expected one of `,`, `:`, or `>`

error: aborting due to previous error