rust/src/libcore/iter
bors 0b17b4c084 Auto merge of #42265 - Zoxc:for-sugar, r=eddyb
Change for-loop desugar to not borrow the iterator during the loop

This is enables the use of suspend points inside for-loops in movable generators. This is illegal in the current desugaring as `iter` is borrowed across the body.
2017-06-04 05:44:39 +00:00
..
iterator.rs RangeFrom should have an infinite size_hint 2017-05-30 09:15:25 -07:00
mod.rs Auto merge of #42265 - Zoxc:for-sugar, r=eddyb 2017-06-04 05:44:39 +00:00
range.rs Deprecate iter::range::StepBy 2017-05-31 22:35:34 -07:00
sources.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
traits.rs fix links to "module-level documentation" 2017-05-31 11:38:19 +02:00