diff options
Diffstat (limited to 'vendor/serde_json/tests/ui/not_found.stderr')
-rw-r--r-- | vendor/serde_json/tests/ui/not_found.stderr | 5 |
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 0000000..6fec180 --- /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 |