Chapter 06 - 04 Iterators confusing text
Author: xrmxCreated Jul 25, 2025Updated Jun 9, 2026
In the `for` desugaring paragraph (https://rust-exercises.com/100-exercises/06_ticket_management/04_iterators#for-desugaring) it says that `for` get desugared into a `loop` but then it says that *loop is another looping construct, on top of for and while.*. Since `for` is based on `loop` using *on top* looks confusing.
Source: mainmatter/100-exercises-to-learn-rust