Update ui/parse_expr for latest nightly

This commit is contained in:
David Tolnay 2017-05-09 15:11:39 -07:00
parent 0e02332ec6
commit c243fd8234
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,6 +1,8 @@
error: expected expression, found `~`
--> $DIR/parse_expr.rs:13:19
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