blob: 02484c861f3e95f9625c5c558b479ac7b096073e [file] [log] [blame]
error: no rules expected the token `=>`
--> $DIR/unexpected_after_map_entry.rs:4:23
|
4 | json!({ "k": true => });
| ^^ no rules expected this token in macro call
error: aborting due to previous error