Move keyword page makes no mention of async blocks #69298
Labels
A-async-await
Area: Async & Await
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
P-medium
Medium priority
The move keyword page currently talks only about the use of move with closures. The
move
keyword is also valid before an async block. For example:async move { /*...*/ }
. This page could be updated to include that usage.This issue has been assigned to @Pulkit07 via this comment.
The text was updated successfully, but these errors were encountered: