This repository was archived by the owner on Dec 1, 2023. It is now read-only.
Bug: deserialization for enums with #[serde(flatten)]
is not working
#13
Labels
bug
Something isn't working
I think these two failing tests could be the same problem because they both use
#[serde(flatten)]
for anenum
field.cargo test ser_de_flattened_enum -- --nocapture
cargo test ser_de_flattened_adjacently_tagged_enum -- --nocapture
Failing test 1
Failing test 2
The text was updated successfully, but these errors were encountered: