Tracking issue: https://github.com/rust-lang/rust/issues/62290 ```rust async fn call<T>(f: &impl async Fn() -> T) -> T { ```