]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vec-macro-with-comma-only.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / ui / array-slice-vec / vec-macro-with-comma-only.stderr
1 error: no rules expected the token `,`
2   --> $DIR/vec-macro-with-comma-only.rs:2:10
3    |
4 LL |     vec![,];
5    |          ^ no rules expected this token in macro call
6    |
7    = note: while trying to match end of macro
8
9 error: aborting due to previous error
10