-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[beta] std: Fix IntoIter::as_mut_slice's signature #39493
Conversation
This was intended to require `&mut self`, not `&self`, otherwise it's unsound! Closes rust-lang#39465
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
LGTM. I forget, for beta do we just merge directly? |
@aturon nowadays we can just r+! |
@bors: r+ |
📌 Commit 2a935f5 has been approved by |
@bors: p=1 (PR against beta branch) |
⌛ Testing commit 2a935f5 with merge 64add42... |
@bors: r- This is gonna fail on beta, need to send another PR |
💔 Test failed - status-travis |
@bors: retry |
@bors: r=aturon |
📌 Commit 2a935f5 has been approved by |
[beta] std: Fix IntoIter::as_mut_slice's signature This is a backport of #39466 to beta
☀️ Test successful - status-appveyor, status-travis |
This is a backport of #39466 to beta