We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Content enum
Content
serde/serde/src/private/de.rs
Line 230 in ff70409
does not include i128 or u128 fields, this makes it impossible to use those values in untagged enums.
i128
u128
The text was updated successfully, but these errors were encountered:
I've run into similar issues and raised a bug in serde_json: serde-rs/json#740
serde_json
I've created a fork with tests showing that tagged variant works while untagged variant fails: https://github.com/mikonieminen/json/blob/128bit-bug/tests/128bit.rs
Sorry, something went wrong.
This is duplicate of #1682
No branches or pull requests
The
Content
enumserde/serde/src/private/de.rs
Line 230 in ff70409
does not include
i128
oru128
fields, this makes it impossible to use those values in untagged enums.The text was updated successfully, but these errors were encountered: