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
Doing a call hierarchy on a method defined in a trait does not only list callers but also implementors. Example is call hierarchy on callee in the following example. It lists <S1 as T1>::callee and caller. It should only list caller.