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
Allow for different but equivalent parameter types as well. E.g. fn foo<T>(x: T) versus fn foo<U>(y: U). I'm alright with kicking this down the road for a later PR though if you want to log an issue for it.
jfecher
changed the title
Allow for different but equivalent parameter types
Allow for different but equivalent parameter types in trait impls
Aug 21, 2023
Allow for different but equivalent parameter types as well. E.g.
fn foo<T>(x: T)
versusfn foo<U>(y: U)
. I'm alright with kicking this down the road for a later PR though if you want to log an issue for it.Originally posted by @jfecher in #2368 (comment)
The text was updated successfully, but these errors were encountered: