mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 22:41:51 +00:00
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
error: no rules expected the token `"2"`
|
|
--> $DIR/missing_comma.rs:4:21
|
|
|
|
|
4 | json!({ "1": "" "2": "" });
|
|
| ^^^ no rules expected this token in macro call
|