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