1error: no rules expected the token `~` 2 --> tests/ui/parse_expr.rs:4:19 3 | 44 | json!({ "a" : ~ }); 5 | ^ no rules expected this token in macro call 6