-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] master -> beta promotion for 1.37 #62332
Conversation
|
#62304 is not included in this PR; it will go through the normal beta-nomination/acceptance process. |
What's the reason for this? We basically have to backport it to beta anyway since it's on stable now. |
I'm not confident that we'll want the exact same patch for beta; at least @eddyb seemed uncertain on the PR. I can include it and we can revert/re-apply a different patch later on if you'd like me to. |
It would be nice to include it. r=me otherwise. |
Fixes rust-lang#62301, a regression in 1.36.0 which was caused by hashbrown using `NonZero<T>` where the older hashmap used `Unique<T>`.
@bors r=pietroalbini |
📌 Commit 421160e has been approved by |
@bors p=1 |
⌛ Testing commit 421160e with merge 32998df894eb913c6e0157ee8a86d4f59beb1504... |
@bors retry yielding r0llup to trim queue. |
⌛ Testing commit 421160e with merge 64dfd0f99ed7df6171cef3d11790f47e4e920fc2... |
@bors retry yielding r0llup to trim queue. |
[beta] master -> beta promotion for 1.37 This includes the release note patch from stable. r? @pietroalbini
☀️ Test successful - checks-azure, checks-travis, status-appveyor |
This includes the release note patch from stable.
r? @pietroalbini