mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 08:18:03 +00:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
error: unknown serde field attribute `serialize`
|
|
--> $DIR/rename-and-ser.rs:5:27
|
|
|
|
|
5 | #[serde(rename = "x", serialize = "y")]
|
|
| ^^^^^^^^^
|