You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj
Stabilize `async_await` in Rust 1.39.0
Here we stabilize:
- free and inherent `async fn`s,
- the `<expr>.await` expression form,
- and the `async move? { ... }` block form.
Closes#62149.
Closes#50547.
All the blockers are now closed.
<details>
- [x] FCP in #62149
- [x] #61949; PR in #62849.
- [x] #62517; PR in #63376.
- [x] #63225; PR in #63501
- [x] #63388; PR in #63499
- [x] #63500; PR in #63501
- [x] #62121 (comment)
- [x] Some tests for control flow (PR #63387):
- `?`
- `return` in `async` blocks
- `break`
- [x] #61775 (comment), i.e. tests for #60944 with `async fn`s instead). PR in #63383
</details>
r? @cramertj
0 commit comments