mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 07:21:29 +00:00
Update ui/parse_expr for latest nightly
This commit is contained in:
parent
0e02332ec6
commit
c243fd8234
@ -1,6 +1,8 @@
|
|||||||
error: expected expression, found `~`
|
error: expected expression, found `)`
|
||||||
--> $DIR/parse_expr.rs:13:19
|
--> $DIR/parse_expr.rs:13:5
|
||||||
|
|
|
|
||||||
13 | json!({ "a" : ~ });
|
13 | json!({ "a" : ~ });
|
||||||
| ^
|
| ^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
|
= note: this error originates in a macro outside of the current crate
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user