mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 15:26:00 +00:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
error: expected expression, found `~`
|
|
--> $DIR/parse_expr.rs:5:19
|
|
|
|
|
5 | json!({ "a" : ~ });
|
|
| ^
|
|
|