oden/third-party/vendor/serde_json/tests/ui/not_found.stderr
2024-03-08 11:03:01 -08:00

5 lines
162 B
Text

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