Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for different but equivalent parameter types in trait impls #2384

Open
yordanmadzhunkov opened this issue Aug 21, 2023 · 1 comment
Open
Labels
enhancement New feature or request
Milestone

Comments

@yordanmadzhunkov
Copy link
Contributor

yordanmadzhunkov commented Aug 21, 2023

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.

Originally posted by @jfecher in #2368 (comment)

@jfecher jfecher changed the title Allow for different but equivalent parameter types Allow for different but equivalent parameter types in trait impls Aug 21, 2023
@Savio-Sou Savio-Sou added the enhancement New feature or request label Nov 2, 2023
@Savio-Sou
Copy link
Collaborator

Should this be a part of #2568?

@kevaundray kevaundray added this to the 1.0 milestone Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants