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
Most methods it creates are already unsafe, just not the runtime_select one. Making that unsafe as well would avoid this issue, so that seems fine.
I think there's a deeper issue with the fn unsafe_deref being sort of magically made into an unsafe fn though. I see this is needed to use pretty much any part of this library since so much is unsafe due to the use of the SIMD intrinsics, so I'm not sure how to solve that.
This program has undefined behavior but does not use
unsafe
:The text was updated successfully, but these errors were encountered: