-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut() #55178
Conversation
r? @shepmaster (rust_highfive has picked a reviewer for you, use r? to override) |
If you'd like to throw in the |
Great, I'll add it once #54580 is in master :) |
☔ The latest upstream changes (presumably #54580) made this pull request unmergeable. Please resolve the merge conflicts. |
a83d82c
to
cdd7ccd
Compare
cdd7ccd
to
52cc6fd
Compare
Done, also needed a rebase anyway |
@bors: r+ |
📌 Commit 52cc6fd has been approved by |
…lexcrichton Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut() Fixes rust-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