Uh oh!
There was an error while loading. Please reload this page.
Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut() - #55178
Conversation
rust-highfive
commented
Oct 18, 2018
r? @shepmaster (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Oct 18, 2018
If you'd like to throw in the |
sdroege
commented
Oct 18, 2018
Great, I'll add it once #54580 is in master :) |
bors
commented
Oct 18, 2018
☔ The latest upstream changes (presumably #54580) made this pull request unmergeable. Please resolve the merge conflicts. |
a83d82c to
cdd7ccdComparecdd7ccd to
52cc6fdComparesdroege
commented
Oct 18, 2018
Done, also needed a rebase anyway |
alexcrichton
commented
Oct 18, 2018
@bors: r+ |
bors
commented
Oct 18, 2018
📌 Commit 52cc6fd has been approved by |
…lexcrichton Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut() Fixesrust-lang#47115, rust-lang#55177
Rollup of 7 pull requests Successful merges: - #54300 (Updated RELEASES.md for 1.30.0) - #55013 ([NLL] Propagate bounds from generators) - #55071 (Fix ICE and report a human readable error) - #55144 (Cleanup resolve) - #55166 (Don't warn about parentheses on `match (return)`) - #55169 (Add a `copysign` function to f32 and f64) - #55178 (Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut())
Fixes#47115, fixes#55177