summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bounds-lifetime-2.stderr
blob: f39cc604eec485ae352d3d96900ae221bf23a263 (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 1 previous error