034db9f20f
Also updates UI tests.
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
error: duplicate serde attribute `rename`
|
|
--> $DIR/rename-ser-rename-ser.rs:6:38
|
|
|
|
|
6 | #[serde(rename(serialize = "x"), rename(serialize = "y"))]
|
|
| ^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|