Missing connection between two consecutive sentences
Co-Authored-By: oli-obk <github35764891676564198441@oli-obk.de>
This commit is contained in:
parent
cc33639a95
commit
203a545285
|
|
@ -128,7 +128,8 @@ In [MIR] there is no difference between method calls and function calls anymore.
|
|||
`if` conditions and `match` statements for `enum`s without variants with fields are
|
||||
lowered to `TerminatorKind::SwitchInt`. Each possible value (so `0` and `1` for `if`
|
||||
conditions) has a corresponding `BasicBlock` to which the code continues.
|
||||
The argument being branched on is again an `Operand`.
|
||||
The argument being branched on is (again) an `Operand` representing the value of
|
||||
the if condition.
|
||||
|
||||
### Pattern matching
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue