Uh oh!
There was an error while loading. Please reload this page.
Allow using Vec::<T>::place_back for T: !Clone - #40909
Merged
Merged
Conversation
The place_back was likely put into block with `T: Clone` bound by mistake.
rust-highfive
commented
Mar 29, 2017
Contributor
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
apasel422
commented
Mar 30, 2017
Contributor
My bad! |
sfackler
commented
Mar 30, 2017
Member
@bors r+ |
bors
commented
Mar 30, 2017
Collaborator
📌 Commit 1e3bc5a has been approved by |
bors
commented
Mar 30, 2017
Collaborator
⌛ Testing commit 1e3bc5a with merge 47cd926... |
bors
commented
Mar 30, 2017
Collaborator
💔 Test failed - status-appveyor |
alexcrichton
commented
Mar 30, 2017
Member
@bors: retry |
alexcrichton
commented
Mar 30, 2017
Member
@bors: r+ |
bors
commented
Mar 30, 2017
Collaborator
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Mar 30, 2017
Collaborator
📌 Commit 1e3bc5a has been approved by |
nagisa
commented
Apr 1, 2017
MemberAuthor
This PR is still reflected as failed on the queue, despite the approval or the retry. |
alexcrichton
commented
Apr 1, 2017
Member
@bors: retry |
bors
commented
Apr 2, 2017
Collaborator
⌛ Testing commit 1e3bc5a with merge 495862b... |
bors
commented
Apr 2, 2017
Collaborator
💔 Test failed - status-travis |
bluss
commented
Apr 3, 2017
Contributor
The constraints per impl block are a vestige of older Rust anyway, it should be cleaned up (a single impl block for the inherent methods). |
alexcrichton
commented
Apr 3, 2017
via email
Member
| … On Sun, Apr 2, 2017 at 8:17 PM, bluss ***@***.***> wrote:
The constraints per impl block are a vestige of older Rust anyway, it
should be cleaned up (a single impl block for the inherent methods).
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#40909 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95PUAoIf1o6_bJvbD5p2NpR54pyfHks5rsFbCgaJpZM4Mtf1i>
.
|
arielb1 pushed a commit
to arielb1/rust
that referenced
this pull request
Apr 5, 2017
…chton Allow using Vec::<T>::place_back for T: !Clone The place_back was likely put into block with `T: Clone` bound by mistake.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The place_back was likely put into block with
T: Clonebound by mistake.