mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 05:58:01 +00:00
bbba632ab3
This reverts commit e77db40b8d.
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
error: duplicate serde attribute `serialize_with`
|
|
--> tests/ui/duplicate-attribute/with-and-serialize-with.rs:5:25
|
|
|
|
|
5 | #[serde(with = "w", serialize_with = "s")]
|
|
| ^^^^^^^^^^^^^^
|