You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #10653 (it's actually a longstanding issue that needs to be solved in upstream library: rust-lang/chalk#750). Closing, thanks for the report though!
Feel free to change the title, I don't know enough about RA to actually pin point a better title.
rust-analyzer version: v0.4.1510
rustc version: 1.69.0
MRE
The
into_iter
method doesn't resolve.Removing one (or both) of the two associated types, or changing one (or both) of the bounds makes inference work correctly.
What I expected to happen
I expected the
.into_iter()
method to resolve correctly.What actually happens
.into_iter()
doesn't resolve correctly, which causes subsequent interactions with the resulting value to also be unresolved.The text was updated successfully, but these errors were encountered: