blob: 5b45a0a8b0d86859d3340cb9e67ea903583c0a9b [file] [log] [blame]
error: no rules expected the token `=>`
--> $DIR/unexpected_after_array_element.rs:5:18
|
5 | json!([ true => ]);
| ^^ no rules expected this token in macro call
error: aborting due to previous error