-
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
Remove int/uint in libcore/lib.rs #22504
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
The actual file defining the module should be removed as well. |
} else { | ||
rng.gen::<i64>() as int | ||
rng.gen::<i64>() as isize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aturon: I kept the same logic, but I'm not sure it's correct. What's your opinion on this ?
@aturon ? Your opinion here please ? |
@bors: r+ 6a9db02 |
@bors: r- Er actually the |
Done ! |
(forgot a push?) |
My last commit did or maybe I misunderstood you... What line where you talking about ? |
@alexcrichton for some reason github displays the new commit above your r+ comment, although it is newer than that |
@bors: r+ 1e71f51a675c39e8d233b104d6cd344c277f4af0 |
⌛ Testing commit 1e71f51 with merge 222e372... |
💔 Test failed - auto-linux-64-x-android-t |
@bors: retry |
⚡ Previous build results are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-32-nopt-t, auto-win-32-opt, auto-win-64-nopt-t, auto-win-64-opt... |
💔 Test failed - auto-mac-32-opt |
💔 Test failed - auto-win-64-nopt-t |
@bors: retry clean |
⌛ Testing commit 1e71f51 with merge 19c294a... |
💔 Test failed - auto-linux-64-nopt-t |
@bors: retry clean |
@bors: rollup |
This one fails tests from Please run a |
@bors: r- |
I fixed tests. @alexcrichton @Manishearth |
@bors: rollup r=alexcrichton |
…e, r=Manishearth Part of rust-lang#22240.
Part of #22240.