Sha256: 05de5cd378a91be9631b0491c326d45e180bb76ea834052e214ec9e1e14b1aaf

Contents?: true

Size: 367 Bytes

Versions: 3

Compression:

Stored size: 367 Bytes

Contents

error: no rules expected `"2"`
 --> tests/ui/missing_comma.rs:4:21
  |
4 |     json!({ "1": "" "2": "" });
  |                    -^^^ no rules expected this token in macro call
  |                    |
  |                    help: missing comma here
  |
note: while trying to match `,`
 --> src/macros.rs
  |
  |     ($e:expr , $($tt:tt)*) => {};
  |              ^

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/serde_json-1.0.137/tests/ui/missing_comma.stderr
wasmtime-28.0.0 ./ext/cargo-vendor/serde_json-1.0.135/tests/ui/missing_comma.stderr
wasmtime-27.0.0 ./ext/cargo-vendor/serde_json-1.0.133/tests/ui/missing_comma.stderr