Incorrect trait bound handling for IntoIterator<IntoIter = I, Item = T>
#137185
Labels
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
I tried this code:
I expected it to compile just like this does:
Instead, it complains:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: