json/tests/ui/unexpected_after_array_element.stderr
2019-01-12 15:16:36 -08:00

9 lines
228 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
error: aborting due to previous error