json/tests/ui/missing_comma.stderr
2020-06-28 22:38:59 -07:00

6 lines
184 B
Plaintext

error: no rules expected the token `"2"`
--> $DIR/missing_comma.rs:4:21
|
4 | json!({ "1": "" "2": "" });
| ^^^ no rules expected this token in macro call