mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 13:30:48 +00:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
error: unknown serde field attribute `serialize`
|
|
--> $DIR/rename-and-ser.rs:5:27
|
|
|
|
|
5 | #[serde(rename = "x", serialize = "y")]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|