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
When implementing trait for generic type the compiler fails with "conflicting impls" message if the bounds for the type parameter differ in associated type.
When implementing trait for generic type the compiler fails with "conflicting impls" message if the bounds for the type parameter differ in associated type.
Minimalistic example
I expected this to pass because if the associated types differ, then types implementing such trait must differ too.
The compiler message:
The text was updated successfully, but these errors were encountered: