blob: 274cb19d9ed79b8ec07ee4bee4882f1006f61b17 [file] [log] [blame]
error: no rules expected the token `,`
--> $DIR/unexpected_comma.rs:5:17
|
5 | json!({ "a" , "b": true });
| ^ no rules expected this token in macro call
error: aborting due to previous error