mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
error: duplicate serde attribute `serialize_with`
|
|
--> $DIR/tests/ui/duplicate-attribute/with-and-serialize-with.rs:5:25
|
|
|
|
|
5 | #[serde(with = "w", serialize_with = "s")]
|
|
| ^^^^^^^^^^^^^^
|