mirror of
https://github.com/openharmony/third_party_rust_hashbrown.git
synced 2026-07-19 22:53:47 -04:00
83a2a98131
If an element from the destination table panics from its `Drop` impl then elements from that table would end up being dropped twice, which is unsound.