-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[incremental] Hash Allocation
s
#49752
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
8a71c1c
to
59f5b98
Compare
59f5b98
to
3832e8b
Compare
Your PR failed on Travis. Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Ugh... I keep screwing up those @bors r+ |
📌 Commit 3832e8b has been approved by |
☀️ Test successful - status-appveyor, status-travis |
This affects beta and I think stable as well. Let's perhaps backport it? It's very hard to debug certain tests because of this 😆 |
HashSet::insert
returnstrue
if the value did not exist, which is the timing we want to hash theAllocation
.Fixes #49595
cc @oli-obk