We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c758b59 commit f6ba691Copy full SHA for f6ba691
src/mir/index.md
@@ -44,8 +44,7 @@ This section introduces the key concepts of MIR, summarized here:
44
leading underscore, like `_1`. There is also a special "local"
45
(`_0`) allocated to store the return value.
46
- **Places:** expressions that identify a location in memory, like `_1` or
47
- `_1.f`. (Some people call these "lvalues"; the "l" meaning that they occur on
48
- the left-hand side of an assignment.)
+ `_1.f`.
49
- **Rvalues:** expressions that produce a value. The "R" stands for
50
the fact that these are the "right-hand side" of an assignment.
51
- **Operands:** the arguments to an rvalue, which can either be a
0 commit comments