aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unexpected_colon.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unexpected_colon.stderr')
-rw-r--r--tests/ui/unexpected_colon.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/unexpected_colon.stderr b/tests/ui/unexpected_colon.stderr
new file mode 100644
index 0000000..ed038f6
--- /dev/null
+++ b/tests/ui/unexpected_colon.stderr
@@ -0,0 +1,5 @@
+error: no rules expected the token `:`
+ --> tests/ui/unexpected_colon.rs:4:13
+ |
+4 | json!({ : true });
+ | ^ no rules expected this token in macro call