-
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
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
lnicola
added
A-ty
type system / type inference / traits / method resolution
C-bug
Category: bug
S-actionable
Someone could pick this issue up and work on it right now
labels
Oct 28, 2021
Likely the same issue as #9990 |
Merged
lowr
added
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
and removed
S-actionable
Someone could pick this issue up and work on it right now
labels
Jun 27, 2023
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: