File: parse_expr.stderr

package info (click to toggle)
rust-serde-json 1.0.145-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,172 kB
  • sloc: sh: 27; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (44)
1
2
3
4
5
6
7
8
9
10
11
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)*) => {};
  |      ^^^^^^^