rust/src/test/ui/parser/bounds-lifetime.stderr

9 lines
307 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `>`, identifier, or lifetime, found `,`
2018-12-25 09:56:47 -06:00
--> $DIR/bounds-lifetime.rs:11:14
2018-10-20 15:36:17 -05:00
|
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