summary refs log tree commit diff
path: root/src/test/ui/parser/bounds-lifetime-2.stderr
blob: 587e527f0a85b32b3200ba6a53d9dcf8c5a90135 (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 `>` here

error: aborting due to previous error