Rust: Implement `await` syntax

Created on 16 Apr 2019  路  3Comments  路  Source: rust-lang/rust

As of this writing, we have not settled the precise syntax we will use for await. However, we have decided that we want to decide -- so it makes sense to get started on implementation. This issue is focused purely on implementation issues; the question of what syntax to use is covered in https://github.com/rust-lang/rust/issues/57640.

A-async-await AsyncAwait-Focus T-compiler

Most helpful comment

I've finished this, pending changes to whatever final syntax is chosen.

All 3 comments

I've finished this, pending changes to whatever final syntax is chosen.

CC #51751

@estebank Yeah, it fixes #51751 and #51719.

Was this page helpful?
0 / 5 - 0 ratings