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
It would be nice if where T: Trait<AssocType: Bound> were equivalent to where T: Trait, <T as Trait>::AssocType: Bound, by analogy with T: Trait<AssocType = Type>.
It would be nice if
where T: Trait<AssocType: Bound>were equivalent towhere T: Trait, <T as Trait>::AssocType: Bound, by analogy withT: Trait<AssocType = Type>.