We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with rustc 1.0.0-nightly (1576142 2015-03-01) (built 2015-03-01)
use std::iter::IntoIterator::IntoIter; fn main() { let mul2 = |x:IntoIter| x.iter().map(|x| x); }