Uh oh!
There was an error while loading. Please reload this page.
Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1 - #60330
Conversation
rust-highfive
commented
Apr 27, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
ccdf86e to
5574826Comparevarkor
commented
Apr 27, 2019
r? @estebank |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
estebank
left a comment
There was a problem hiding this comment.
looks good for the most part, with caveat of the style issues that centril pointed out
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
5574826 to
80f90d8Comparevarkor
commented
Apr 30, 2019
I've done the suggested refactoring and pulled several functions out of |
Uh oh!
There was an error while loading. Please reload this page.
estebank
commented
May 1, 2019
@bors r+ |
bors
commented
May 1, 2019
📌 Commit b7711bf has been approved by |
…, r=estebank Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1 Fixesrust-lang#47213.
…, r=estebank Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1 Fixesrust-lang#47213.
Rollup of 7 pull requests Successful merges: - #60327 (Search for incompatible universes in borrow errors) - #60330 (Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1) - #60366 (build-gcc: Create missing cc symlink) - #60369 (Support ZSTs in DispatchFromDyn) - #60404 (Implement `BorrowMut<str>` for `String`) - #60417 (Rename hir::ExprKind::Use to ::DropTemps and improve docs.) - #60432 (Update clippy) Failed merges: r? @ghost
…, r=estebank Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1 Fixesrust-lang#47213.
Rollup of 7 pull requests Successful merges: - #60287 (Use references for variances_of) - #60327 (Search for incompatible universes in borrow errors) - #60330 (Suggest using an inclusive range instead of an exclusive range when the endpoint overflows by 1) - #60366 (build-gcc: Create missing cc symlink) - #60369 (Support ZSTs in DispatchFromDyn) - #60404 (Implement `BorrowMut<str>` for `String`) - #60417 (Rename hir::ExprKind::Use to ::DropTemps and improve docs.) Failed merges: r? @ghost
Fixes#47213.