-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
type inference breaks if there is more than one IntoIterator bound. #10653
Labels
A-ty
type system / type inference / traits / method resolution
C-bug
Category: bug
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
Comments
Likely the same issue as #9990 |
Merged
rust-lang/chalk#750 is the Chalk root cause. #11242 has a reproduction in a hir-ty test. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-ty
type system / type inference / traits / method resolution
C-bug
Category: bug
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
With this code, the
B: IntoIterator<Item = Foo>,
bound added breaks inference ona
.rust-analyzer version: dd43f3f 2021-10-27 nightly
The text was updated successfully, but these errors were encountered: