Skip to content

Commit eed74c2

Browse files
chorman0773ehuss
authored andcommitted
Fix mdbook-spec identifiers to be unique
1 parent 1f38602 commit eed74c2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/expressions/loop-expr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Loops and other breakable expressions
22

3-
r[expr.block]
3+
r[expr.loop]
44

55
r[expr.loop.syntax]
66
> **<sup>Syntax</sup>**\
@@ -32,7 +32,7 @@ Rust supports five loop expressions:
3232
r[expr.loop.break-label]
3333
All five types of loop support [`break` expressions](#break-expressions), and [labels](#loop-labels).
3434

35-
r[expr.loop.continue]
35+
r[expr.loop.continue-label]
3636
All except labelled block expressions support [`continue` expressions](#continue-expressions).
3737

3838
r[expr.loop.explicit-result]

src/expressions/operator-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ r[expr.arith-logic.syntax]
305305
> &nbsp;&nbsp; | [_Expression_] `<<` [_Expression_]\
306306
> &nbsp;&nbsp; | [_Expression_] `>>` [_Expression_]
307307
308-
r[expr.arith-logic.syntax]
308+
r[expr.arith-logic.intro]
309309
Binary operators expressions are all written with infix notation.
310310

311311
r[expr.arith-logic.behavior]

src/expressions/tuple-expr.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ r[expr.tuple]
44

55
## Tuple expressions
66

7-
r[expr.tuple]
8-
97
r[expr.tuple.syntax]
108
> **<sup>Syntax</sup>**\
119
> _TupleExpression_ :\

0 commit comments

Comments
 (0)