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