Update ui error message

This commit is contained in:
David Tolnay
2017-07-20 23:26:29 -07:00
parent eb6067fbcd
commit 1aa61215b2

View File

@@ -1,4 +1,4 @@
error: expected expression, found `)`
error: unexpected end of macro invocation
--> $DIR/parse_expr.rs:13:5
|
13 | json!({ "a" : ~ });