Tracking Issue for async blocks in const fn #69431
Labels
A-async-await
Area: Async & Await
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
This tracks the usage of async blocks
async { ... }
in const fn. Right now you can't use async code at all in const fns, but at least async blocks should be fairly easy to be supported (you can define them, just not call them yet without traits in const fn).Meta Tracking Issue: #57563
The text was updated successfully, but these errors were encountered: