mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-20 19:41:04 +00:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> tests/ui/duplicate-attribute/rename-ser-rename-ser.rs:5:38
|
|
|
|
|
5 | #[serde(rename(serialize = "x"), rename(serialize = "y"))]
|
|
| ^^^^^^
|