mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 22:11:09 +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")]
|
|
| ^^^^^^^^^
|