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
I'm pretty sure that the implementation of Clone for Allocation is unsafe, because you can clone it and call mapped_slice_mut on both, getting two &muts that alias.
I'm pretty sure that the implementation of
CloneforAllocationis unsafe, because you can clone it and callmapped_slice_muton both, getting two&muts that alias.