-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
fix u32 steps_between for 16-bit systems #53755
Conversation
r? @dtolnay (rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r+ |
📌 Commit 99eccbe7f0e23d4564b204ddfd5962c9ae8f35e7 has been approved by |
@bors r- Seems like tests have failed. r=me once fixed. |
99eccbe
to
16145d0
Compare
Oops, it's |
16145d0
to
8371c7d
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
8371c7d
to
9dab56c
Compare
@nagisa this should now work, and hopefully we have at least one 16bit system to test this... |
Sadly, there are no CI runners that have @bors r+ |
📌 Commit 9dab56c has been approved by |
fix u32 steps_between for 16-bit systems This fixes #48006.
☀️ Test successful - status-appveyor, status-travis |
This fixes #48006.