You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be the same as #321 and should now be fixed in #557. The playground link above actually results in no error since it's using the latest toml now.
Actually, it was #608 (58a7101) that fixed this. This was opened after #557 was fixed and #321 specifically dealt with tuple variants while this dealt with struct variants.
Here's the playground to reproduce the issue. It panics with
UnsupportedType(Some("Magic"))
serde_json
can do it, buttoml
cant.The text was updated successfully, but these errors were encountered: