blob: 12b9b61ebd17465259112728d27af3fc0fddeb83 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `>`, `const`, identifier, or lifetime, found `,`
--> $DIR/bounds-lifetime.rs:9:14
|
LL | type A = for<,> fn();
| ^ expected one of `>`, `const`, identifier, or lifetime
error: aborting due to previous error
|