2024-06-25 12:52:15 +10:00
|
|
|
error: no rules expected `,`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/vec-macro-with-comma-only.rs:2:10
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | vec![,];
|
2018-11-04 14:01:38 -08:00
|
|
|
| ^ no rules expected this token in macro call
|
2022-11-12 23:18:32 +01:00
|
|
|
|
|
|
|
|
= note: while trying to match end of macro
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|