1error[E0609]: no field `s` on type `&'static str` 2 --> tests/ui/parse_key.rs:4:16 3 | 44 | json!({ "".s : true }); 5 | ^ unknown field 6