mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 13:30:48 +00:00
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> tests/ui/duplicate-attribute/two-rename-ser.rs:6:13
|
|
|
|
|
6 | #[serde(rename(serialize = "y"))]
|
|
| ^^^^^^
|