@@ -146,7 +146,7 @@ A *value expression* is an expression that represents an actual value.
146146The following contexts are * place expression* contexts:
147147
148148* The left operand of a [ compound assignment] expression.
149- * The operand of a unary [ borrow] , [ raw borrow] [ raw-borrow ] or [ dereference] [ deref ] operator.
149+ * The operand of a unary [ borrow] , [ raw borrow] or [ dereference] [ deref ] operator.
150150* The operand of a field expression.
151151* The indexed operand of an array indexing expression.
152152* The operand of any [ implicit borrow] .
@@ -276,7 +276,6 @@ They are never allowed before:
276276
277277[ assign ] : expressions/operator-expr.md#assignment-expressions
278278[ borrow ] : expressions/operator-expr.md#borrow-operators
279- [ raw-borrow ] : expressions/operator-expr.md#raw-borrow-operators
280279[ comparison ] : expressions/operator-expr.md#comparison-operators
281280[ compound assignment ] : expressions/operator-expr.md#compound-assignment-expressions
282281[ deref ] : expressions/operator-expr.md#the-dereference-operator
@@ -294,6 +293,7 @@ They are never allowed before:
294293[ Mutable `static` items ] : items/static-items.md#mutable-statics
295294[ scrutinee ] : glossary.md#scrutinee
296295[ promoted ] : destructors.md#constant-promotion
296+ [ raw borrow ] : expressions/operator-expr.md#raw-borrow-operators
297297[ slice ] : types/slice.md
298298[ statement ] : statements.md
299299[ static variables ] : items/static-items.md
0 commit comments