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

Backports and cleanups #675

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Backports and cleanups #675

merged 3 commits into from
Mar 7, 2024

Conversation

udoprog
Copy link
Collaborator

@udoprog udoprog commented Mar 7, 2024

No description provided.

@udoprog udoprog added the bug Something isn't working label Mar 7, 2024
Previously, it was possible for an uninitialized element to be dropped
if all of the following occurred:
- `clone_from` was called where `T: !Copy`.
- The `clone` implementation of `T` panicked.
- The first bucket of the source `HashMap` contained an entry.
@udoprog udoprog merged commit 50fecc7 into main Mar 7, 2024
19 checks passed
@udoprog udoprog deleted the backports branch March 7, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants