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

Add a FxBuildHasher unit struct #39

Merged
merged 1 commit into from
May 22, 2024

Conversation

scottmcm
Copy link
Member

This lets people write FxBuildHasher. instead of BuildHasherDefault::<rustc_hash::FxHasher>::default()..

That's of course not strictly necessary, but probably would at least have helped bytecodealliance/wasmtime#8498 (comment) know how to do this. So here's a PR to consider it.

@WaffleLapkin WaffleLapkin merged commit 7ab3ddd into rust-lang:master May 22, 2024
3 checks passed
@scottmcm scottmcm deleted the add-buildhasher branch May 22, 2024 18:22
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.

2 participants