From 09bc27bbe5e617190d0b2830c190633fa55beaae Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Mon, 19 Dec 2022 10:07:45 +0100 Subject: Upgrade serde_json to 1.0.91 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/serde_json For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I426f71d32896ed77d22bbcb3bc257017611ebdf5 --- tests/ui/missing_value.stderr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/ui/missing_value.stderr') diff --git a/tests/ui/missing_value.stderr b/tests/ui/missing_value.stderr index d538d96..9c9de99 100644 --- a/tests/ui/missing_value.stderr +++ b/tests/ui/missing_value.stderr @@ -4,4 +4,9 @@ error: unexpected end of macro invocation 4 | json!({ "a" : }); | ^^^^^^^^^^^^^^^^ missing tokens in macro arguments | - = note: this error originates in the macro `json_internal` (in Nightly builds, run with -Z macro-backtrace for more info) +note: while trying to match `@` + --> src/macros.rs + | + | (@array [$($elems:expr,)*]) => { + | ^ + = note: this error originates in the macro `json_internal` which comes from the expansion of the macro `json` (in Nightly builds, run with -Z macro-backtrace for more info) -- cgit v1.2.3