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

Automatic addition of generics #12531

Open
megahomyak opened this issue Jun 14, 2022 · 0 comments · May be fixed by #15510
Open

Automatic addition of generics #12531

megahomyak opened this issue Jun 14, 2022 · 0 comments · May be fixed by #15510
Labels
A-assists A-diagnostics diagnostics / error reporting C-feature Category: feature request E-hard

Comments

@megahomyak
Copy link

When I add a new generic parameter to some struct, I need to go to every reference of that struct and add a generic here, even if it is unbounded. It would be much easier to use a quick-fix to add just the new generic type to all the references, and then go through some of them manually to add bounds if the compiler is complaining.

@flodiebold flodiebold added C-feature Category: feature request E-hard A-assists A-diagnostics diagnostics / error reporting labels Jun 14, 2022
@anarachnid anarachnid linked a pull request Aug 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-assists A-diagnostics diagnostics / error reporting C-feature Category: feature request E-hard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants