aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/not_found.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/not_found.stderr')
-rw-r--r--tests/ui/not_found.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/not_found.stderr b/tests/ui/not_found.stderr
new file mode 100644
index 0000000..6fec180
--- /dev/null
+++ b/tests/ui/not_found.stderr
@@ -0,0 +1,5 @@
+error[E0425]: cannot find value `x` in this scope
+ --> tests/ui/not_found.rs:4:19
+ |
+4 | json!({ "a" : x });
+ | ^ not found in this scope