Create separate feature gate for #[track_caller]
on async fn
#110009
Labels
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
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)
The text was updated successfully, but these errors were encountered: