Skip to content

Make BigUint and BigInt Hash, fixes #16551 #16558

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

Merged
merged 1 commit into from
Aug 17, 2014
Merged

Conversation

Gankra
Copy link
Contributor

@Gankra Gankra commented Aug 17, 2014

Pretty self-explanatory. Only annoying thing is that it seems that I had to add #![feature(default_type_params)] to libnum because of Hasher. Don't know if there's a way around that.

Fix #16551

bors added a commit that referenced this pull request Aug 17, 2014
Pretty self-explanatory. Only annoying thing is that it *seems* that I had to add `#![feature(default_type_params)]` to libnum because of Hasher. Don't know if there's a way around that.

Fix #16551
@bors bors closed this Aug 17, 2014
@bors bors merged commit af82adc into rust-lang:master Aug 17, 2014
@Gankra Gankra deleted the hashbig branch August 18, 2014 19:07
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 18, 2024
Update JsonProject to include optional fields

These were documented in rust-lang#15014 in the manual, but this definition wasn't updated to match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigInt and BigUint should implement Hash
3 participants