File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Loops and other breakable expressions
2
2
3
- r[ expr.block ]
3
+ r[ expr.loop ]
4
4
5
5
r[ expr.loop.syntax]
6
6
> ** <sup >Syntax</sup >** \
@@ -32,7 +32,7 @@ Rust supports five loop expressions:
32
32
r[ expr.loop.break-label]
33
33
All five types of loop support [ ` break ` expressions] ( #break-expressions ) , and [ labels] ( #loop-labels ) .
34
34
35
- r[ expr.loop.continue]
35
+ r[ expr.loop.continue-label ]
36
36
All except labelled block expressions support [ ` continue ` expressions] ( #continue-expressions ) .
37
37
38
38
r[ expr.loop.explicit-result]
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ r[expr.arith-logic.syntax]
305
305
>   ;  ; | [ _ Expression_ ] ` << ` [ _ Expression_ ] \
306
306
>   ;  ; | [ _ Expression_ ] ` >> ` [ _ Expression_ ]
307
307
308
- r[ expr.arith-logic.syntax ]
308
+ r[ expr.arith-logic.intro ]
309
309
Binary operators expressions are all written with infix notation.
310
310
311
311
r[ expr.arith-logic.behavior]
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ r[expr.tuple]
4
4
5
5
## Tuple expressions
6
6
7
- r[ expr.tuple]
8
-
9
7
r[ expr.tuple.syntax]
10
8
> ** <sup >Syntax</sup >** \
11
9
> _ TupleExpression_ :\
You can’t perform that action at this time.
0 commit comments