json/tests/ui/parse_expr.stderr
2017-04-11 21:16:48 -07:00

7 lines
124 B
Plaintext

error: expected expression, found `~`
--> $DIR/parse_expr.rs:5:19
|
5 | json!({ "a" : ~ });
| ^