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

Check that the type used in const generics has been declared #1360

Closed
7 tasks
Tracked by #1351
CohenArthur opened this issue Jul 6, 2022 · 0 comments · Fixed by #1529
Closed
7 tasks
Tracked by #1351

Check that the type used in const generics has been declared #1360

CohenArthur opened this issue Jul 6, 2022 · 0 comments · Fixed by #1529

Comments

@CohenArthur
Copy link
Member

CohenArthur commented Jul 6, 2022

According to the reference:

Functions, type aliases, structs, enumerations, unions, traits, and implementations

Meaning that we should check in each of those items

  • Functions
  • Type aliases
  • Structs
  • Enums
  • Unions
  • Traits
  • Implementations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant