json/tests/ui/unexpected_after_array_element.stderr
2019-05-06 09:57:57 -07:00

6 lines
188 B
Plaintext

error: no rules expected the token `=>`
--> $DIR/unexpected_after_array_element.rs:4:18
|
4 | json!([ true => ]);
| ^^ no rules expected this token in macro call