Skip to content

Create separate feature gate for #[track_caller] on async fn #110009

Closed
@bryangarza

Description

@bryangarza

Currently, #[track_caller] on async fn depends on #![feature(closure_track_caller)].

We want to make this a separate feature gate now, so that #[track_caller] on async fn can be independently toggled on.

feature gate name: async_fn_track_caller

See comment at: #87417 (comment)

Metadata

Metadata

Assignees

Labels

T-langRelevant to the language team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions