034db9f20f
Also updates UI tests.
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
error: duplicate serde attribute `serialize_with`
|
|
--> $DIR/with-and-serialize-with.rs:6:25
|
|
|
|
|
6 | #[serde(with = "w", serialize_with = "s")]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|