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

$value_expr starting with a & took address of resulting bool #171

Merged
merged 1 commit into from Oct 12, 2015

Conversation

oli-obk
Copy link
Member

@oli-obk oli-obk commented Oct 12, 2015

bug was introduced by c4392ff

erickt added a commit that referenced this pull request Oct 12, 2015
$value_expr starting with a & took address of resulting bool
@erickt erickt merged commit 612e384 into serde-rs:master Oct 12, 2015
@erickt
Copy link
Member

erickt commented Oct 12, 2015

Thanks for catching this!

rubdos pushed a commit to rubdos/serde that referenced this pull request Jun 20, 2017
Add support for Serde 0.7.

Serde 0.7 dropped it's dependency on num, so this patch moves the implementations here. For the sake of a better implementation, this just serializes BigUint as a `Vec<u32>`, `BigInt` as a `(u8, Vec<u32>)`, `Complex<T>` as a `(T, T)`, and `Ratio<T>` as a `(T, T)`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants