mirror of
https://github.com/serde-rs/json.git
synced 2025-09-28 21:41:29 +00:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
error: no rules expected `~`
|
|
--> tests/ui/parse_expr.rs:4:19
|
|
|
|
|
4 | json!({ "a" : ~ });
|
|
| ^ no rules expected this token in macro call
|
|
|
|
|
note: while trying to match meta-variable `$e:expr`
|
|
--> src/macros.rs
|
|
|
|
|
| ($e:expr , $($tt:tt)*) => {};
|
|
| ^^^^^^^
|