9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
|
error: expected one of `>`, identifier, or lifetime, found `,`
|
||
|
--> $DIR/bounds-lifetime.rs:21:14
|
||
|
|
|
||
|
LL | type A = for<,> fn(); //~ ERROR expected one of `>`, identifier, or lifetime, found `,`
|
||
|
| ^ expected one of `>`, identifier, or lifetime here
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|