json/tests/ui/parse_key.stderr
2018-02-27 10:52:30 -08:00

10 lines
258 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
If you want more information on this error, try using "rustc --explain E0609"