summaryrefslogtreecommitdiffstats
path: root/vendor/serde_json/tests/ui/not_found.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/serde_json/tests/ui/not_found.stderr')
-rw-r--r--vendor/serde_json/tests/ui/not_found.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/serde_json/tests/ui/not_found.stderr b/vendor/serde_json/tests/ui/not_found.stderr
new file mode 100644
index 000000000..6fec18040
--- /dev/null
+++ b/vendor/serde_json/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