blob: f5341ccc312861062f918cd70dc20f215059f788 [file] [log] [blame]
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