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
We currently have a very nice flip comma assist which flips the left and right hand syntax of a comma, we should extend that to be applicable for trait bounds, ie dyn Foo + 'bar should allow flipping on the plus to get dyn 'bar + Foo