blob: a8a22aaafce3311beaab969b946be0da7c62e441 (
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(); //~ ERROR expected one of `,`, `:`, or `>`, found `+`
| ^ expected one of `,`, `:`, or `>` here
error: aborting due to previous error
|