summaryrefslogtreecommitdiffstats
path: root/vendor/serde_json/tests/ui/unexpected_after_array_element.stderr
blob: f745a212dbc6f0cbba7f274b3b2d43fa46de5914 (plain)
1
2
3
4
5
error: no rules expected the token `=>`
 --> tests/ui/unexpected_after_array_element.rs:4:18
  |
4 |     json!([ true => ]);
  |                  ^^ no rules expected this token in macro call