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
as a subtask of #17307, once the multi-dispatch part of associated types is implemented, we will want to update libstd to use it.
My google doc from #17826 includes a column for multidispatch; I copied the link again below.
Unsurprisingly, the vast majority of the cases I identified were in the core::ops numeric traits, though there may also be candidates in librand and maybecore::iter.