You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relates to #58027, but this is the case where an async fn is re-exported by another crate. The docs for the original function shows async fn but the re-export shows fn -> impl Future.
Relates to #58027, but this is the case where an async fn is re-exported by another crate. The docs for the original function shows
async fnbut the re-export showsfn -> impl Future.Example: