blob: 17d65314d9625f9a52bc931bad059d6a9452f066 [file] [log] [blame]
error: expected one of `,`, `:`, or `>`, found `'b`
--> $DIR/bounds-lifetime-1.rs:1:17
|
LL | type A = for<'a 'b> fn();
| ^^ expected one of `,`, `:`, or `>` here
error: aborting due to previous error