• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: no rules expected the token `,`
2 --> tests/ui/unexpected_comma.rs:4:17
3  |
44 |     json!({ "a" , "b": true });
5  |                 ^ no rules expected this token in macro call
6  |
7  = note: while trying to match end of macro
8