mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 02:58:00 +00:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
error: duplicate serde attribute `serialize_with`
|
|
--> $DIR/with-and-serialize-with.rs:5:25
|
|
|
|
|
5 | #[serde(with = "w", serialize_with = "s")]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|