Uh oh!
There was an error while loading. Please reload this page.
Suggest to add move keyword for generator capture - #65166
Merged
Conversation
estebank
reviewed
Oct 6, 2019
Uh oh!
There was an error while loading. Please reload this page.
estebank
approved these changes
Oct 6, 2019
estebank
commented
Oct 6, 2019
Contributor
r=me when you're ready |
csmoeforce-pushed
the
async-move
branch
2 times, most recently
from
October 7, 2019 08:37
3533a07 to
b4e965bComparerust-highfive
commented
Oct 7, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
estebank
marked this pull request as ready for review
October 8, 2019 14:17
estebank
commented
Oct 8, 2019
Contributor
I'll go ahead and mark this PR as ready for review so it doesn't come up as a draft. @bors r+ |
bors
commented
Oct 8, 2019
Collaborator
📌 Commit d1d2565 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Oct 9, 2019
Suggest to add `move` keyword for generator capture Closesrust-lang#64382 r? @estebank
bors added a commit
that referenced
this pull request
Oct 9, 2019
Rollup of 6 pull requests Successful merges: - #64656 (Implement (HashMap) Entry::insert as per #60142) - #64986 (Function pointers as const generic arguments) - #65037 (`#[track_caller]` feature gate (RFC 2091 1/N)) - #65166 (Suggest to add `move` keyword for generator capture) - #65175 (add more info in debug traces for gcu merging) - #65220 (Update LLVM for Emscripten exception handling support) Failed merges: r? @ghost
Centril added a commit
to Centril/rust
that referenced
this pull request
Oct 9, 2019
Suggest to add `move` keyword for generator capture Closesrust-lang#64382 r? @estebank
bors added a commit
that referenced
this pull request
Oct 9, 2019
Rollup of 4 pull requests Successful merges: - #64656 (Implement (HashMap) Entry::insert as per #60142) - #65037 (`#[track_caller]` feature gate (RFC 2091 1/N)) - #65166 (Suggest to add `move` keyword for generator capture) - #65175 (add more info in debug traces for gcu merging) Failed merges: r? @ghost
cramertj
reviewed
Oct 9, 2019
Uh oh!
There was an error while loading. Please reload this page.
tmandry added a commit
to tmandry/rust
that referenced
this pull request
Oct 11, 2019
Query generator kind for error reporting Fixesrust-lang#65166 (comment) r? @estebank cc @cramertj
tmandry added a commit
to tmandry/rust
that referenced
this pull request
Oct 11, 2019
Query generator kind for error reporting Fixesrust-lang#65166 (comment) r? @estebank cc @cramertj
Centril added a commit
to Centril/rust
that referenced
this pull request
Oct 11, 2019
Query generator kind for error reporting Fixesrust-lang#65166 (comment) r? @estebank cc @cramertj
tmandry added a commit
to tmandry/rust
that referenced
this pull request
Oct 11, 2019
Query generator kind for error reporting Fixesrust-lang#65166 (comment) r? @estebank cc @cramertj
Dylan-DPC-zz pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Apr 8, 2020
Suggest move for closures and async blocks in more cases. Fixesrust-lang#66107, also improves rust-lang#67577 Related PR rust-lang#65166
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.
Closes#64382
r? @estebank