mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 07:21:29 +00:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
error: expected expression, found `)`
|
|
--> $DIR/parse_expr.rs:13:5
|
|
|
|
|
13 | json!({ "a" : ~ });
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in a macro outside of the current crate
|
|
|