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.
1 parent 33558bd commit 0306706Copy full SHA for 0306706
src/mir/construction.md
@@ -128,7 +128,8 @@ In [MIR] there is no difference between method calls and function calls anymore.
128
`if` conditions and `match` statements for `enum`s without variants with fields are
129
lowered to `TerminatorKind::SwitchInt`. Each possible value (so `0` and `1` for `if`
130
conditions) has a corresponding `BasicBlock` to which the code continues.
131
-The argument being branched on is again an `Operand`.
+The argument being branched on is (again) an `Operand` representing the value of
132
+the if condition.
133
134
### Pattern matching
135
0 commit comments