]> git.lizzy.rs Git - rust.git/commit
Make for loop desugaring for iterators more precise
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Sat, 27 Feb 2016 16:32:20 +0000 (17:32 +0100)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Sat, 27 Feb 2016 16:33:20 +0000 (17:33 +0100)
commit33d1a5800123924f00d7360858bef3807005c473
tree1024cb9bb5c9f90f595652df2893112627e1fe12
parent09130044ce7429beb95742afa7fd371960dbe607
Make for loop desugaring for iterators more precise

The UFCS call IntoIterator::into_iter() is used by the for loop.
src/libcore/iter.rs