blob: 74f5d2326ac148dba4f17f5d0c7829eda980d69c (
plain)
1
2
3
4
5
6
7
8
|
error: no rules expected the token `,`
--> $DIR/vec-macro-with-comma-only.rs:12:10
|
LL | vec![,]; //~ ERROR no rules expected the token `,`
| ^ no rules expected this token in macro call
error: aborting due to previous error
|