]> git.lizzy.rs Git - rust.git/blob - src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / 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 error: aborting due to previous error
8