serde/test_suite/tests/ui/expected-string/boolean.stderr
hcpl 14a3da9b16 Improve UI test coverage
With this commit I believe I've covered all `compile_error!`-based
errors.
2018-11-30 03:07:31 +02:00

9 lines
204 B
Plaintext

error: expected serde rename attribute to be a string: `rename = "..."`
--> $DIR/boolean.rs:6:22
|
6 | #[serde(rename = true)]
| ^^^^
error: aborting due to previous error