-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Bump hashbrown to 0.4.0 #61388
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump hashbrown to 0.4.0 #61388
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
This needs to be backported to beta before the 1.36 release which will include hashbrown. |
@bors: r+ |
📌 Commit 826c7a509e366f681a7b7a39c8f5653e36f2cb7c has been approved by |
This is on the critical path to fixing Miri. @bors p=1 |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
@bors r=alexcrichton |
📌 Commit a386a9e has been approved by |
Bump hashbrown to 0.4.0 Fixes #61357 This also includes rust-lang/hashbrown#80.
☀️ Test successful - checks-travis, status-appveyor |
[beta] Rollup backports Rolled up: * [beta] Permit unwinding through FFI by default #61569 Cherry-picked: * upgrade rustdoc's `pulldown-cmark` to 0.5.2 #60802 * Fix overflowing literal lint in loops #61098 * Revert edition-guide toolstate override #61110 * Turn turbo 🐟 🍨 into an error #61189 * Bump hashbrown to 0.4.0 #61388 * Fix regression 61475 #61500 r? @ghost
[beta] Rollup backports Rolled up: * [beta] Permit unwinding through FFI by default #61569 Cherry-picked: * upgrade rustdoc's `pulldown-cmark` to 0.5.2 #60802 * Fix overflowing literal lint in loops #61098 * Revert edition-guide toolstate override #61110 * Turn turbo 🐟 🍨 into an error #61189 * Bump hashbrown to 0.4.0 #61388 * Fix regression 61475 #61500 r? @ghost
Fixes #61357
This also includes rust-lang/hashbrown#80.