-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incr: Update hash tests to use except
-style checking
#45951
Conversation
Thanks a lot, @CrockAgile! Quite a few check boxes to tick off @bors r+ |
📌 Commit 6424688 has been approved by |
@bors rollup |
incr: Update hash tests to use `except`-style checking Part of rust-lang#44924 r? @michaelwoerister
@bors r- This PR failed in the rollup #45981 at
|
@kennytm as you say, the checked arithmetic is probably the culprit. From what I can tell, these tests were not intended to check this behavior, and other tests in |
@CrockAgile I prefer to change it to something that doesn't involve checked arithmetic (e.g. |
Thanks, that's the solution I would have proposed too. @bors r+ |
📌 Commit d1a83c6 has been approved by |
incr: Update hash tests to use `except`-style checking Part of rust-lang#44924 r? @michaelwoerister
Part of #44924
r? @michaelwoerister