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

9 lines
206 B
Plaintext

error: no rules expected the token `:`
--> $DIR/unexpected_colon.rs:4:13
|
4 | json!({ : true });
| ^ no rules expected this token in macro call
error: aborting due to previous error