blob: b84f5e6990afbc90fb4f986d41b194c98f22f21a (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `,`, `:`, or `>`, found `+`
--> $DIR/bounds-lifetime-2.rs:13: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
|