@@ -462,7 +462,7 @@ An _integer literal_ has one of four forms:
462
462
463
463
Like any literal, an integer literal may be followed (immediately, without any spaces) by a suffix as described above.
464
464
The suffix may not begin with ` e ` or ` E ` , as that would be interpreted as the exponent of a floating-point literal.
465
- See [ literal expressions] for the effect of these suffixes.
465
+ See [ Integer literal expressions] for the effect of these suffixes.
466
466
467
467
Examples of integer literals which are accepted as literal expressions:
468
468
@@ -559,7 +559,7 @@ A _floating-point literal_ has one of two forms:
559
559
Like integer literals, a floating-point literal may be followed by a
560
560
suffix, so long as the pre-suffix part does not end with ` U+002E ` (` . ` ).
561
561
The suffix may not begin with ` e ` or ` E ` if the literal does not include an exponent.
562
- See [ literal expressions] for the effect of these suffixes.
562
+ See [ Floating-point literal expressions] for the effect of these suffixes.
563
563
564
564
Examples of floating-point literals which are accepted as literal expressions:
565
565
@@ -767,12 +767,14 @@ Similarly the `r`, `b`, `br`, `c`, and `cr` prefixes used in raw string literals
767
767
[extern crate s]: items/ extern - crates. md
768
768
[extern ]: items/ external- blocks. md
769
769
[field]: expressions/ field- expr. md
770
+ [Floating- point literal expressions]: expressions/ literal- expr. md#floating- point- literal- expressions
770
771
[floating- point types]: types/ numeric. md#floating- point- types
771
772
[function pointer type ]: types/ function- pointer. md
772
773
[functions]: items/ functions. md
773
774
[generics]: items/ generics. md
774
775
[identifier]: identifiers. md
775
776
[if let ]: expressions/ if - expr. md#if - let - expressions
777
+ [Integer literal expressions]: expressions/ literal- expr. md#integer- literal- expressions
776
778
[keywords]: keywords. md
777
779
[lazy- bool]: expressions/ operator- expr. md#lazy- boolean- operators
778
780
[literal expressions]: expressions/ literal- expr. md
0 commit comments