reference icon indicating copy to clipboard operation
reference copied to clipboard

document the stabilized surface of async-await

Open nikomatsakis opened this issue 6 years ago • 7 comments

This issue is part of async-await stabilization (see https://github.com/rust-lang/rust/issues/62149). We need to document the following things:

  • [x] grammar for async fn and describe their effects
  • [x] grammar for async move { } blocks
  • [x] grammar for await expressions, and describe the "rough" desugaring
  • [ ] link to the drop order when that is fully documented

nikomatsakis avatar Jul 10 '19 18:07 nikomatsakis