mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-30 11:37:25 +00:00
034db9f20f
Also updates UI tests.
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> $DIR/rename-ser-ser.rs:6:37
|
|
|
|
|
6 | #[serde(rename(serialize = "x", serialize = "y"))]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|