mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-26 06:17:55 +00:00
034db9f20f
Also updates UI tests.
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> $DIR/two-rename-ser.rs:7:13
|
|
|
|
|
7 | #[serde(rename(serialize = "y"))]
|
|
| ^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|