blob: 495bbd997b1e53d3b4d31667b757b25dd9a2df3b [file] [log] [blame]
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