mirror of
https://github.com/serde-rs/json.git
synced 2026-04-20 05:36:03 +00:00
9 lines
203 B
Plaintext
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
|
|
|