-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
False positive with type_repetition_in_bounds and generics #4323
Comments
cc @xd009642 Any idea why this happens? Seems like the hashing of the types is missing the generics. |
I'll have a look tonight but that seems the most likely scenario |
So I can't see any parameters in |
That sounds promising. Thanks for taking care of this! |
I cannot reproduce this warning. Am I doing something wrong or the issue has gone? |
I don't think this has been fixed: playground |
Indeed, I cannot trigger this on my local Clippy test, I will figure out why |
I guess it's one of the following:
|
Yes I just fixed it, something went wrong with Note: the problem is still here. |
type_repetition_in_bounds
seems missed generics in types.The text was updated successfully, but these errors were encountered: