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