blob: f5341ccc312861062f918cd70dc20f215059f788 (
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 `,`
| ^
error: aborting due to previous error
|