mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 07:21:29 +00:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
error: expected expression, found `:`
|
|
--> $DIR/unexpected_colon.rs:13:13
|
|
|
|
|
13 | json!({ : true });
|
|
| ^
|
|
|