Files
json/tests/ui/not_found.stderr
2017-04-17 16:27:22 -07:00

9 lines
203 B
Plaintext

error[E0425]: cannot find value `x` in this scope
--> $DIR/not_found.rs:13:19
|
13 | json!({ "a" : x });
| ^ not found in this scope
error: aborting due to previous error