-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Suggest to add move
keyword for generator capture
#65166
Conversation
r=me when you're ready |
3533a07
to
b4e965b
Compare
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 |
I'll go ahead and mark this PR as ready for review so it doesn't come up as a draft. @bors r+ |
📌 Commit d1d2565 has been approved by |
Suggest to add `move` keyword for generator capture Closes rust-lang#64382 r? @estebank
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
Suggest to add `move` keyword for generator capture Closes rust-lang#64382 r? @estebank
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
Query generator kind for error reporting Fixes rust-lang#65166 (comment) r? @estebank cc @cramertj
Query generator kind for error reporting Fixes rust-lang#65166 (comment) r? @estebank cc @cramertj
Query generator kind for error reporting Fixes rust-lang#65166 (comment) r? @estebank cc @cramertj
Query generator kind for error reporting Fixes rust-lang#65166 (comment) r? @estebank cc @cramertj
Suggest move for closures and async blocks in more cases. Fixes rust-lang#66107, also improves rust-lang#67577 Related PR rust-lang#65166
Closes #64382
r? @estebank