mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 14:02:54 +00:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
error: expected serde rename attribute to be a string: `rename = "..."`
|
|
--> tests/ui/expected-string/byte_string.rs:5:22
|
|
|
|
|
5 | #[serde(rename = b"byte string")]
|
|
| ^^^^^^^^^^^^^^
|