@@ -146,7 +146,7 @@ A *value expression* is an expression that represents an actual value.
146
146
The following contexts are * place expression* contexts:
147
147
148
148
* 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.
150
150
* The operand of a field expression.
151
151
* The indexed operand of an array indexing expression.
152
152
* The operand of any [ implicit borrow] .
@@ -276,7 +276,6 @@ They are never allowed before:
276
276
277
277
[ assign ] : expressions/operator-expr.md#assignment-expressions
278
278
[ borrow ] : expressions/operator-expr.md#borrow-operators
279
- [ raw-borrow ] : expressions/operator-expr.md#raw-borrow-operators
280
279
[ comparison ] : expressions/operator-expr.md#comparison-operators
281
280
[ compound assignment ] : expressions/operator-expr.md#compound-assignment-expressions
282
281
[ deref ] : expressions/operator-expr.md#the-dereference-operator
@@ -295,6 +294,7 @@ They are never allowed before:
295
294
[ Mutable `static` items ] : items/static-items.md#mutable-statics
296
295
[ scrutinee ] : glossary.md#scrutinee
297
296
[ promoted ] : destructors.md#constant-promotion
297
+ [ raw borrow ] : expressions/operator-expr.md#raw-borrow-operators
298
298
[ slice ] : types/slice.md
299
299
[ statement ] : statements.md
300
300
[ static variables ] : items/static-items.md
0 commit comments