summaryrefslogtreecommitdiffstats
path: root/src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr
blob: abbee347c00bcaeef3b438c9e88dd1d45be824e9 (plain)
1
2
3
4
5
6
7
8
error: no rules expected the token `,`
  --> $DIR/vec-macro-with-comma-only.rs:2:10
   |
LL |     vec![,];
   |          ^ no rules expected this token in macro call

error: aborting due to previous error