summary refs log tree commit diff
path: root/src/test/ui/vec/vec-macro-with-comma-only.stderr
blob: 92e704c3fb4b3377ce7a9af5b65dd5b4ad53a4d9 (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![,]; //~ ERROR no rules expected the token `,`
   |          ^ no rules expected this token in macro call

error: aborting due to previous error