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
Currently associated types are expanded into synthetic type parameters that also lie in the same 'space' as the normal trait type parameters. This means they will be treated like inputs rather than outputs. We should fix this.