aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/missing_value.stderr
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:51:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:51:05 +0000
commitef1fe82d611449516ec95a07615991b0b860edf7 (patch)
treec72450ee8a6e3977d4fce9449f3db26b73aaa30c /tests/ui/missing_value.stderr
parenta911b1d7a9bd6475f008ca73de350f6388f1d8d6 (diff)
parent764711d6e0725bc861e521bd917dd673e39d4c73 (diff)
downloadserde_json-ce862f50e9fb3915bc0d2a26a6a81b756cd27263.tar.gz
Snap for 10453563 from 764711d6e0725bc861e521bd917dd673e39d4c73 to mainline-conscrypt-releaseaml_con_341614000aml_con_341511080aml_con_341410300aml_con_341310090aml_con_341110000android14-mainline-conscrypt-release
Change-Id: I6fa6d23356d142eead51f44b79fb68d1420d511a
Diffstat (limited to 'tests/ui/missing_value.stderr')
-rw-r--r--tests/ui/missing_value.stderr7
1 files changed, 6 insertions, 1 deletions
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)