]> git.lizzy.rs Git - rust.git/blob - src/test/ui/vec/vec-macro-with-comma-only.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / vec / vec-macro-with-comma-only.stderr
1 error: no rules expected the token `,`
2   --> $DIR/vec-macro-with-comma-only.rs:12:10
3    |
4 LL |     vec![,]; //~ ERROR no rules expected the token `,`
5    |          ^
6
7 error: aborting due to previous error
8