json/tests/ui/unexpected_comma.stderr
2018-10-27 18:14:48 -07:00

9 lines
213 B
Plaintext

error: no rules expected the token `,`
--> $DIR/unexpected_comma.rs:13:17
|
13 | json!({ "a" , "b": true });
| ^ no rules expected the token `,`
error: aborting due to previous error