Skip to content
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

Make for loop desugaring for iterators more precise #31942

Merged
merged 1 commit into from
Feb 28, 2016

Conversation

bluss
Copy link
Member

@bluss bluss commented Feb 27, 2016

Make for loop desugaring for iterators more precise

The UFCS call IntoIterator::into_iter() is used by the for loop.

The UFCS call IntoIterator::into_iter() is used by the for loop.
@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Feb 27, 2016

📌 Commit 33d1a58 has been approved by steveklabnik

bors added a commit that referenced this pull request Feb 27, 2016
Make for loop desugaring for iterators more precise

The UFCS call IntoIterator::into_iter() is used by the for loop.
@bors
Copy link
Contributor

bors commented Feb 27, 2016

⌛ Testing commit 33d1a58 with merge 54fdae3...

@bors bors merged commit 33d1a58 into rust-lang:master Feb 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants