Go to definition on overloadable operators #11105
Labels
A-ide
general IDE features
C-feature
Category: feature request
E-has-instructions
Issue has some instructions and pointers to code to get started
E-medium
S-actionable
Someone could pick this issue up and work on it right now
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 correspondingimpl
block?The text was updated successfully, but these errors were encountered: