1error: no rules expected the token `=>` 2 --> tests/ui/unexpected_after_map_entry.rs:4:23 3 | 44 | json!({ "k": true => }); 5 | ^^ no rules expected this token in macro call 6 | 7 = note: while trying to match end of macro 8