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
When generating an async fn that returns a Result with "extract to function", rust-analyzer replaces the previous code with fun_name(/* arguments... */)?.await. It should be .await?.