mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
error: expected serde rename attribute to be a string: `rename = "..."`
|
|
--> $DIR/byte_string.rs:5:22
|
|
|
|
|
5 | #[serde(rename = b"byte string")]
|
|
| ^^^^^^^^^^^^^^
|