aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/not_found.stderr
blob: 6fec1804096358bc004d7fe1092eba2e7c351d90 (plain)
1
2
3
4
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