Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to serialize untagged enums #588

Open
TheAlan404 opened this issue Jul 27, 2023 · 1 comment
Open

Error when trying to serialize untagged enums #588

TheAlan404 opened this issue Jul 27, 2023 · 1 comment
Labels
A-serde Area: Serde integration C-bug Category: Things not working as expected

Comments

@TheAlan404
Copy link

Here's the playground to reproduce the issue. It panics with UnsupportedType(Some("Magic"))

serde_json can do it, but toml cant.

@epage epage added C-bug Category: Things not working as expected A-serde Area: Serde integration labels Jul 28, 2023
@jonasthewolf
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-serde Area: Serde integration C-bug Category: Things not working as expected
Projects
None yet
Development

No branches or pull requests

3 participants