-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Specialize Extend
to append
for {LinkedList, Vec}
#32851
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Neat! Could you also add a few tests exercising these cases specifically just to make sure we have coverage in some fashion? |
Updated with tests. |
@bors: r+ cb9d4f7483b069f686fb6917c2863920c35e675b |
⌛ Testing commit cb9d4f7 with merge a103683... |
⛄ The build was interrupted to prioritize another pull request. |
@bors: retry |
@alexcrichton Any idea what's going on with bors? |
I think bors is just being a little slow, this is in the queue though |
⌛ Testing commit cb9d4f7 with merge 336a3fb... |
⛄ The build was interrupted to prioritize another pull request. |
I interrupted this to hopefully push #32944 through which can help us cache LLVM a little more aggressively and this hadn't gone for too long just yet, bors should return back soon though! |
⌛ Testing commit cb9d4f7 with merge 3623ea4... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
Updated to hide trait docs. |
⌛ Testing commit cf37af1 with merge 6822519... |
💔 Test failed - auto-win-msvc-64-cargotest |
@bors: retry On Thu, Apr 14, 2016 at 10:58 AM, bors notifications@github.com wrote:
|
⌛ Testing commit cf37af1 with merge 0648bc4... |
💔 Test failed - auto-win-msvc-64-cargotest |
@bors: retry On Thu, Apr 14, 2016 at 12:18 PM, bors notifications@github.com wrote:
|
Specialize `Extend` to `append` for `{LinkedList, Vec}`
No description provided.