-
Notifications
You must be signed in to change notification settings - Fork 123
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
Updating serde breaks Value::into_rust for adjacently tagged enums #508
Comments
Thank you for the report @nmsv! Going through This bug will most likely fall under the v0.10 revamp of how Funnily enough, I hope this helps a bit, I'm sorry that is not a bug that can be fixed immediately |
@juntyr Regarding the |
@nmsv On the main branch, and in the soon-coming v0.9 version, there is a |
@juntyr Should we close this or leave it until |
@nmsv I’m happy to hear that this is what you needed! We should probably leave this issue open for now to track its fix in some distant future |
The conversion of
Value
into a type fails in the following code snippet:The code panics on any
serde
version higher than1.0.180
, while it's totally fine on1.0.180
or lower versions:Edit: I also checked
serde_json
with the same enum and it works with anyserde
version.The text was updated successfully, but these errors were encountered: