You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HashMap::clear does not have K\V: Send + Sync bounds, even though it calls defer_destroy on nodes and values, which might call the destructors on another thread. Unless I am missing something, this is unsound and could cause undefined behavior.
The text was updated successfully, but these errors were encountered:
HashMap::clear
does not haveK\V: Send + Sync
bounds, even though it callsdefer_destroy
on nodes and values, which might call the destructors on another thread. Unless I am missing something, this is unsound and could cause undefined behavior.The text was updated successfully, but these errors were encountered: