serde/test_suite/tests/ui/expected-string/character.stderr

11 lines
409 B
Plaintext
Raw Normal View History

error: expected serde rename attribute to be a string: `rename = "..."`
2021-10-08 01:46:15 -05:00
--> tests/ui/expected-string/character.rs:5:22
|
3 | #[derive(Serialize)]
| --------- in this derive macro expansion
4 | struct S {
2018-12-31 20:36:59 -06:00
5 | #[serde(rename = 'a')]
| ^^^
|
= note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)