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