mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 10:17:58 +00:00
4821d09a48
The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
error: #[serde(getter = "...")] is not allowed in an enum
|
|
--> $DIR/enum_getter.rs:18:10
|
|
|
|
|
18 | #[derive(Serialize)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|