Uh oh!
There was an error while loading. Please reload this page.
[WIP] Place unroll -> iterate refactor - #58819
Conversation
| /// Iterator over components; see `PlaceProjections::iter` for more | ||
| /// information. | ||
| /// | ||
| /// N.B., this is not a *true* Rust iterator -- the code above just |
There was a problem hiding this comment.
What we could do is make it a real iterator and also implement https://doc.rust-lang.org/std/iter/trait.FusedIterator.html for that iterator. This way we guarantee that after the first None we keep getting Nones.
oli-obk
commented
Mar 11, 2019
@spastorino this looks like a good intermediate step that we could merge before any further changes. |
Dylan-DPC-zz
commented
Mar 18, 2019
ping from triage @oli-obk any updates? |
spastorino
commented
Mar 19, 2019
@Dylan-DPC I'm the one "working" on this. This is still in WIP, we need to land some stuff before. I'm slowly catching up with stuff but have been very busy. |
Dylan-DPC-zz
commented
Mar 19, 2019
thanks. I thought some part of the review was pending. Great :) |
bors
commented
Mar 26, 2019
☔ The latest upstream changes (presumably #59433) made this pull request unmergeable. Please resolve the merge conflicts. |
Centril
commented
Mar 30, 2019
Ping from triage, @spastorino What other stuff is this blocked on? what PRs if any? |
spastorino
commented
Apr 2, 2019
@Centril blocked on https://rustlatam.org 😂. Now that the thing have finished I'm back to work on |
spastorino
commented
Apr 10, 2019
Going to close this for now and reopen after I change |
Do not merge this is work in progress.
r? @oli-obk