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
Right now, goto definition goes to the assoc item of the trait impl while goto declaration does nothing. Usually declaration and definition are the same thing in rust, but in this case the trait assoc item feels like a decleration to me, and so I think for goto declaration we should actually go to the trait instead of the implementation.
The text was updated successfully, but these errors were encountered:
Right now, goto definition goes to the assoc item of the trait impl while goto declaration does nothing. Usually declaration and definition are the same thing in rust, but in this case the trait assoc item feels like a decleration to me, and so I think for
goto declaration
we should actually go to the trait instead of the implementation.The text was updated successfully, but these errors were encountered: