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 0306706 commit f4978b5Copy full SHA for f4978b5
src/mir/construction.md
@@ -140,7 +140,7 @@ to a new temporary variable.
140
141
## Aggregate construction
142
143
-Aggregate values of any kind are built via `Rvalue::Aggregate`. All fields are
+Aggregate values of any kind (e.g. structs or tuples) are built via `Rvalue::Aggregate`. All fields are
144
lowered to `Operator`s. This is essentially equivalent to one assignment
145
statement per aggregate field plus an assignment to the discriminant in the
146
case of `enum`s.
0 commit comments