mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 03:38:00 +00:00
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
error: expected serde rename attribute to be a string: `rename = "..."`
|
|
--> $DIR/tests/ui/expected-string/boolean.rs:5:22
|
|
|
|
|
5 | #[serde(rename = true)]
|
|
| ^^^^
|