json/tests/ui/parse_expr.stderr
2020-02-07 18:07:46 -08:00

8 lines
274 B
Plaintext

error: unexpected end of macro invocation
--> $DIR/parse_expr.rs:4:5
|
4 | json!({ "a" : ~ });
| ^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)