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.
2 parents 29267fa + c760af1 commit 40a2556Copy full SHA for 40a2556
src/hir/lowering.md
@@ -7,10 +7,8 @@ of such structures include but are not limited to
7
8
* Parenthesis
9
* Removed without replacement, the tree structure makes order explicit
10
-* `for` loops and `while (let)` loops
11
- * Converted to `loop` + `match` and some `let` bindings
12
-* `if let`
13
- * Converted to `match`
+* `for` loops
+ * Converted to `match` + `loop` + `match`
14
* Universal `impl Trait`
15
* Converted to generic arguments
16
(but with some flags, to know that the user didn't write them)
0 commit comments