@@ -37,8 +37,8 @@ to be run.
3737* Index expressions, [ array indexing] or [ slice] with a ` usize ` .
3838* [ Range expressions] .
3939* [ Closure expressions] which don't capture variables from the environment.
40- * Built in [ negation] , [ arithmetic, logical] , [ comparison] or [ lazy boolean]
41- operators used on integer and floating point types, ` bool ` and ` char ` .
40+ * Built- in [ negation] , [ arithmetic] , [ logical] , [ comparison] or [ lazy boolean]
41+ operators used on integer and floating point types, ` bool ` , and ` char ` .
4242* Shared [ borrow] s, except if applied to a type with [ interior mutability] .
4343* The [ dereference operator] .
4444* [ Grouped] expressions.
@@ -57,7 +57,7 @@ A _const context_ is one of the following:
5757 * [ statics]
5858 * [ enum discriminants]
5959
60- [ arithmetic, logical ] : expressions/operator-expr.md#arithmetic-and-logical-binary-operators
60+ [ arithmetic ] : expressions/operator-expr.md#arithmetic-and-logical-binary-operators
6161[ array expressions ] : expressions/array-expr.md
6262[ array indexing ] : expressions/array-expr.md#array-and-slice-indexing-expressions
6363[ array indexing ] : expressions/array-expr.md#array-and-slice-indexing-expressions
@@ -84,6 +84,7 @@ A _const context_ is one of the following:
8484[ lazy boolean ] : expressions/operator-expr.md#lazy-boolean-operators
8585[ let statements ] : statements.md#let-statements
8686[ literals ] : expressions/literal-expr.md
87+ [ logical ] : expressions/operator-expr.md#arithmetic-and-logical-binary-operators
8788[ negation ] : expressions/operator-expr.md#negation-operators
8889[ overflow ] : expressions/operator-expr.md#overflow
8990[ paths ] : expressions/path-expr.md
0 commit comments