bbba632ab3
This reverts commit e77db40b8d
.
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"))]
|
|
| ^^^^^^^^^
|