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
Many times I found myself refactoring a closure to a standalone fn, for many reasons (the most recent one being closures unable to be generic). It'd be nice if rust-analyzer can do that automatically, escalating captures to parameters.
Many times I found myself refactoring a closure to a standalone fn, for many reasons (the most recent one being closures unable to be generic). It'd be nice if rust-analyzer can do that automatically, escalating captures to parameters.
Maybe I can work on this myself later.
@rustbot label +A-assists
The text was updated successfully, but these errors were encountered: