6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
error: expected serde rename attribute to be a string: `rename = "..."`
|
|
--> tests/ui/expected-string/byte_character.rs:5:22
|
|
|
|
|
5 | #[serde(rename = b'a')]
|
|
| ^^^^
|