mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 21:41:24 +00:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
error: malformed rename attribute, expected `rename(serialize = ..., deserialize = ...)`
|
|
--> $DIR/tests/ui/malformed/rename.rs:5:20
|
|
|
|
|
5 | #[serde(rename(unknown))]
|
|
| ^^^^^^^
|