File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ The following expressions can be mutable place expression contexts:
241241* [ Temporary values] .
242242* [ Fields] [ field ] : this evaluates the subexpression in a mutable place expression context.
243243* [ Dereferences] [ deref ] of a ` *mut T ` pointer.
244- * Dereference of a movable place, with type ` &mut T ` . This includes variables and their fields, as well as temporaries.
244+ * Dereference of a [ movable place] [ expr.move.movable-place ] with type ` &mut T ` . This includes variables and their fields, as well as temporaries.
245245 Note: This is an exception to the requirement of the next rule.
246246* Dereferences of a type that implements ` DerefMut ` :
247247 this then requires that the value being dereferenced is evaluated in a mutable place expression context.
You can’t perform that action at this time.
0 commit comments