Skip to content

Tracking Issue for async blocks in const fn #69431

@CryZe

Description

@CryZe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-async-awaitArea: Async & AwaitA-const-evalArea: Constant evaluation, covers all const contexts (static, const fn, ...)AsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-langRelevant to the language team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions