rustc/tests/ui/array-slice-vec/vec-macro-with-comma-only.stderr
2025-01-11 15:57:26 +01:00

11 lines
249 B
Plaintext

error: no rules expected `,`
--> $DIR/vec-macro-with-comma-only.rs:2:10
|
LL | vec![,];
| ^ no rules expected this token in macro call
|
= note: while trying to match end of macro
error: aborting due to 1 previous error