mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
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
|
|
|