Closed
Description
This is a tracking issue for #![feature(async_unsafe)]
(rust-lang/rfcs#2394).
The feature gate provides the async unsafe fn
syntax.
Steps:
- Split the feature gate (move async unsafe fn to distinct feature gate #62500)
- Adjust documentation (see instructions on rustc-guide)
- Stabilization PR (see instructions on rustc-guide)
Unresolved questions:
- Is this the right design wrt. calling
async unsafe fn
?
Metadata
Metadata
Assignees
Labels
Area: Async & AwaitArea: Compiler frontend (errors, parsing and HIR)Async-await issues that have been triaged during a working group meeting.Blocker: Approved by a merged RFC and implemented but not stabilized.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the language team, which will review and decide on the PR/issue.