-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Silent overflow on debug beta/nightly #36110
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
Comments
related: #35589 |
This was indeed caused by MIR:
cc @eddyb |
Missing |
Can I work on this ? |
@ashrko619 Sure! The only change needed here is adding |
@eddyb Thanks. About the test - why shouldn't it be |
I don't know where we can put a However, it looks like |
@ashrko619 Any update on this issue? If not I might like to work on it. |
@matthew-piziak Feel free to work on it. I have been caught up at work this week :) |
@matthew-piziak Is issue fixed? I noticed your PR said "part of"-- is there more that needs to be done? |
Closing per @matthew-piziak ! |
The standard wishlist
no longer panics, but AFAICT from the code this is not due to any deliberate change. The Iterator implementation is start.add_one()/swap, and add_one() is self + 1. This sounds like some overflow checks are being lost somehow.
The text was updated successfully, but these errors were encountered: