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
If we're going to implement #22, we're going to be using unsafe. And more unsafe means more chances to get UB. We should run our test suite through Miri to validate against accidental UB.
The text was updated successfully, but these errors were encountered:
If we're going to implement #22, we're going to be using
unsafe
. And more unsafe means more chances to get UB. We should run our test suite through Miri to validate against accidental UB.The text was updated successfully, but these errors were encountered: