We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301182e commit 6a17a57Copy full SHA for 6a17a57
src/expressions/operator-expr.md
@@ -427,9 +427,9 @@ operand.
427
> is evaluated before the left one.
428
429
It then has the effect of first [dropping] the value at the assigned place,
430
-unless the place is an uninitialized local variable or field of a local
431
-variable. Next it either [copies or moves] the assigned value to the assigned
432
-place.
+unless the place is an uninitialized local variable or an uninitialized field of
+a local variable. Next it either [copies or moves] the assigned value to the
+assigned place.
433
434
An assignment expression always produces [the unit value][unit].
435
0 commit comments