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

extra: impl IterBytes for uuid::Uuid #11130

Closed
wants to merge 1 commit into from

Conversation

olsonjeffery
Copy link
Contributor

So that Uuid can be used as the key in a HashMap or in a HashSet, etc

The only question I have about this is: Is endianness an issue, here? If so, what's the correct way to proceed?

bors added a commit that referenced this pull request Dec 24, 2013
So that `Uuid` can be used as the key in a `HashMap` or in a `HashSet`, etc

The only question I have about this is: Is endianness an issue, here? If so, what's the correct way to proceed?
@bors bors closed this Dec 24, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 14, 2023
Fix ICE in rust-lang#10535

Fixes rust-lang#10535

r? `@Jarcho`

changelog: Eliminate ICE described in rust-lang#10535
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 17, 2023
Fix ICE in rust-lang#10535

Fixes rust-lang#10535

r? `@Jarcho`

changelog: Eliminate ICE described in rust-lang#10535
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.

3 participants