mirror of
https://github.com/serde-rs/json.git
synced 2025-09-28 21:41:29 +00:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
error[E0609]: no field `s` on type `&'static str`
|
|
--> $DIR/parse_key.rs:13:16
|
|
|
|
|
13 | json!({ "".s : true });
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0609`.
|