mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 14:32:05 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
error: no rules expected the token `=>`
|
|
--> $DIR/unexpected_after_array_element.rs:4:18
|
|
|
|
|
4 | json!([ true => ]);
|
|
| ^^ no rules expected this token in macro call
|
|
|
|
error: aborting due to previous error
|
|
|