mirror of
https://github.com/openharmony/third_party_rust_hashbrown.git
synced 2026-07-21 01:45:26 -04:00
0dfd4406af
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.