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
Sorry I should've been more clear, I was talking about functions like div_floor, div_mod_floor, mod_floor
I don't see a trait for checked variants of these
It's very easy to implement the check wrong, most people only check if denominator is 0, but not
i32::MIN / -1
.The text was updated successfully, but these errors were encountered: