-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Remove all i
suffixes
#21631
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
Remove all i
suffixes
#21631
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ 82b0b02 |
☔ Merge conflict |
@alexcrichton Rebased. |
@bors: r+ 4067be8 |
🙀 You have the wrong number! Please try again with |
@bors: r+ 4067b8e |
☔ Merge conflict |
@alexcrichton Rebased. |
@bors: r+ 876fafe |
⌛ Testing commit 876fafe with merge c32614c... |
💔 Test failed - auto-mac-64-opt |
@alexcrichton Fixed test failure, ran |
@bors: r+ f0597ea |
Needs a rebase |
@alexcrichton Rebased. |
@bors: r+ 8440329 sorry for all the rebases :( |
🙀 You have the wrong number! Please try again with |
@bors: r+ 8440329 |
🙀 You have the wrong number! Please try again with |
@bors: r+ 8440329 |
⌛ Testing commit 8440329 with merge f5f6ea6... |
💔 Test failed - auto-mac-64-opt |
@alexcrichton Sorry, I ran |
It should yeah, perhaps it was just a merge conflict between r+ and when it was tested? |
Github seems to think it's a merge conflict. I sugges we p=1 this change when it's next ready. |
@alexcrichton Rebased. Ran |
@bors r+ 7f64 p=1 |
@gankro It looks like you need a colon after the |
@tbu- No if you checkout http://buildbot.rust-lang.org/homu/queue/rust your PR is there. You know you did it right if bors doesn't complain. e.g. @bors r+ asdas Should have it scream instantly. |
🙀 You have the wrong number! Please try again with |
⌛ Testing commit 7f64fe4 with merge 5ada928... |
💔 Test failed - auto-mac-64-opt |
Looks like there's some conflicts in old_io |
Merging this into a rollup I'm making (no need to rebase) |
Conflicts: src/libcoretest/iter.rs
They are either constrained to
isize
anyway or correctly fall back toi32
.