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
That seems a bit different, if I'm understanding it correctly -- it's about going to the definition of a trait function from the call, rather than going to implementations from inside the trait definition.
Feature request: "Go to Implementations" should work on trait functions.
E.g.:
"Go to Implementations" on the trait's
fn f();
should go to the implementation inS
.The text was updated successfully, but these errors were encountered: