mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 07:21:29 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
error: no rules expected the token `,`
|
|
--> $DIR/unexpected_comma.rs:13:17
|
|
|
|
|
13 | json!({ "a" , "b": true });
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|