1error[E0425]: cannot find value `x` in this scope 2 --> tests/ui/not_found.rs:4:19 3 | 44 | json!({ "a" : x }); 5 | ^ not found in this scope 6