mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> tests/ui/duplicate-attribute/rename-ser-ser.rs:5:37
|
|
|
|
|
5 | #[serde(rename(serialize = "x", serialize = "y"))]
|
|
| ^^^^^^^^^
|