mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 15:02:37 +00:00

The following changes are included: - Delete per-file license notices at the top of each file. - Delete the first paragraph of LICENSE-MIT (an inaccurate pseudo-copyright line), leaving only the text of the MIT license. Nothing about the license of Serde code has changed, only our understanding of how to correctly communicate the license has changed. This mirrors an equivalent change being applied in the rust-lang/rust repository.
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
error: unexpected end of macro invocation
|
|
--> $DIR/missing_value.rs:5:5
|
|
|
|
|
5 | json!({ "a" : });
|
|
| ^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
|
|
|
|
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
|
|
|
error: aborting due to previous error
|
|
|