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
Thank you for the report @pauldorehill. This is a duplicate of #4288 that's already been addressed in source but just hasn't been released yet. Closing accordingly
No worries! We've got quite a lot of unreleased changes on the master branch, and myriad associated issues that have been closed, so it can be trickier than usual to tell sometimes. Thanks again for reaching out!
Describe the bug
When running rustfmt
async
is removed from my functions:To Reproduce
Add any extern block with
async
, runcargo fmt
and theasync
will be removed:becomes
Expected behavior
My async stays
Meta
1.4.15-stable
rustup
cargo fmt
(also VSCode + rust-analyzer)The text was updated successfully, but these errors were encountered: