mirror of
https://github.com/serde-rs/json.git
synced 2026-04-04 17:33:26 +00:00
Update ui tests for nightly-2018-03-03
This commit is contained in:
@@ -2,5 +2,5 @@ error: expected expression, found `:`
|
||||
--> $DIR/unexpected_colon.rs:13:13
|
||||
|
|
||||
13 | json!({ : true });
|
||||
| ^
|
||||
| ^ expected expression
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@ error: expected expression, found `,`
|
||||
--> $DIR/unexpected_comma.rs:13:17
|
||||
|
|
||||
13 | json!({ "a" , "b": true });
|
||||
| ^
|
||||
| ^ expected expression
|
||||
|
||||
|
||||
Reference in New Issue
Block a user