Tracking Issue for async blocks in const fn #69431
Labels
A-async-await
Area: Async & Await
A-const-fn
Area: const fn foo(..) {..}. Pure functions which can be applied at compile time.
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
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: