summaryrefslogtreecommitdiffstats
path: root/third_party/rust/serde_json/tests/ui/unexpected_colon.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/serde_json/tests/ui/unexpected_colon.stderr')
-rw-r--r--third_party/rust/serde_json/tests/ui/unexpected_colon.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/serde_json/tests/ui/unexpected_colon.stderr b/third_party/rust/serde_json/tests/ui/unexpected_colon.stderr
new file mode 100644
index 0000000000..7e47726bc6
--- /dev/null
+++ b/third_party/rust/serde_json/tests/ui/unexpected_colon.stderr
@@ -0,0 +1,7 @@
+error: no rules expected the token `:`
+ --> tests/ui/unexpected_colon.rs:4:13
+ |
+4 | json!({ : true });
+ | ^ no rules expected this token in macro call
+ |
+ = note: while trying to match end of macro