Files
rust/src/librustc_const_eval
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
..
2017-06-01 13:31:09 -04:00
2017-05-11 16:03:05 -07:00