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
As far as I can tell, rust-analyzer already supports operator overloading in type inference, at least. Would it be possible to extend this so using ‘go to definition’ on operators such as + and ? would jump to the corresponding impl block?