Closed
Description
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.