@@ -37,8 +37,8 @@ to be run.
37
37
* Index expressions, [ array indexing] or [ slice] with a ` usize ` .
38
38
* [ Range expressions] .
39
39
* [ 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 ` .
42
42
* Shared [ borrow] s, except if applied to a type with [ interior mutability] .
43
43
* The [ dereference operator] .
44
44
* [ Grouped] expressions.
@@ -57,7 +57,7 @@ A _const context_ is one of the following:
57
57
* [ statics]
58
58
* [ enum discriminants]
59
59
60
- [ arithmetic, logical ] : expressions/operator-expr.md#arithmetic-and-logical-binary-operators
60
+ [ arithmetic ] : expressions/operator-expr.md#arithmetic-and-logical-binary-operators
61
61
[ array expressions ] : expressions/array-expr.md
62
62
[ array indexing ] : expressions/array-expr.md#array-and-slice-indexing-expressions
63
63
[ array indexing ] : expressions/array-expr.md#array-and-slice-indexing-expressions
@@ -84,6 +84,7 @@ A _const context_ is one of the following:
84
84
[ lazy boolean ] : expressions/operator-expr.md#lazy-boolean-operators
85
85
[ let statements ] : statements.md#let-statements
86
86
[ literals ] : expressions/literal-expr.md
87
+ [ logical ] : expressions/operator-expr.md#arithmetic-and-logical-binary-operators
87
88
[ negation ] : expressions/operator-expr.md#negation-operators
88
89
[ overflow ] : expressions/operator-expr.md#overflow
89
90
[ paths ] : expressions/path-expr.md
0 commit comments