mirror of
https://github.com/serde-rs/json.git
synced 2025-09-30 22:41:51 +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
|
|
|