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

Add function_requires_different_const_generic_params lint. #1056

Merged

Conversation

obi1kenobi
Copy link
Owner

It catches top-level functions that now use more or fewer const generic parameters. Functions cannot have defaults on their const generics, so we only have one lint here, not two.

It catches top-level functions that now use more or fewer const generic parameters. Functions cannot have defaults on their const generics, so we only have one lint here, not two.
@obi1kenobi obi1kenobi enabled auto-merge (squash) December 21, 2024 15:49
@obi1kenobi obi1kenobi merged commit a638630 into main Dec 21, 2024
31 checks passed
@obi1kenobi obi1kenobi deleted the add_function_requires_different_const_generic_params_lint branch December 21, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant