serde/test_suite/tests/ui/expected-string/byte_character.stderr
2021-10-07 00:56:29 -04:00

6 lines
196 B
Plaintext

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