blob: 910092fba40556a87d7717e61a427357ef92d43c (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `,`, `:`, or `>`, found `'b`
--> $DIR/bounds-lifetime-1.rs:13:17
|
LL | type A = for<'a 'b> fn(); //~ ERROR expected one of `,`, `:`, or `>`, found `'b`
| ^^ expected one of `,`, `:`, or `>` here
error: aborting due to previous error
|