json/tests/ui/parse_expr.stderr
2017-05-09 15:11:39 -07:00

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