mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 09:28:04 +00:00
bbba632ab3
This reverts commit e77db40b8d.
6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
error: unknown serde field attribute `serialize`
|
|
--> tests/ui/duplicate-attribute/rename-and-ser.rs:5:27
|
|
|
|
|
5 | #[serde(rename = "x", serialize = "y")]
|
|
| ^^^^^^^^^
|