-
Notifications
You must be signed in to change notification settings - Fork 1.7k
prevent ice when threshold is 0 and enum has no variants #11552
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
Conversation
Failed to set assignee to
|
Can we have a test for this? Might be a good time now to create r? @Alexendoo (can I do this? let's find out) |
I'll merge and rename the ui-toml test on #11496 once this is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix looks good to me! Just one small thing
@bors delegate=y21 |
✌️ @y21, you can now approve this pull request! If @Alexendoo told you to " |
Co-authored-by: Timo <30553356+y21@users.noreply.github.com>
Thanks for the fix! |
prevent ice when threshold is 0 and enum has no variants changelog: [`lint_name`]: prevent ice when threshold is 0 and enum has no variants r? `@y21` Fixes the same ice issue raised during review of #11496
@bors r- |
☀️ Try build successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
wops, fixed now |
Thanks again!👍 |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: [
enum_variant_names
]: prevent ice when threshold is 0 and enum has no variantsr? @y21
Fixes the same ice issue raised during review of #11496