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