Skip to content

Commit e97bb87

Browse files
authored
Merge pull request #538 from ehuss/fix-links3
Fix some minor link errors.
2 parents b3e8390 + ce76ae9 commit e97bb87

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

src/macro-ambiguity.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ANYTOKEN.
169169

170170
(To review one's understanding of the above informal descriptions, the reader
171171
at this point may want to jump ahead to the [examples of
172-
FIRST/LAST][#examples-of-first-and-last] before reading their formal
172+
FIRST/LAST](#examples-of-first-and-last) before reading their formal
173173
definitions.)
174174

175175
### FIRST, LAST
@@ -318,7 +318,7 @@ Here are similar examples but now for LAST.
318318
* LAST(`$( $d:ident $e:expr );* $(h)*`) = { `$e:expr`, ε, `h` }
319319
* LAST(`$( $d:ident $e:expr );* $(h)* $( f ;)+`) = { `;` }
320320
* LAST(`$( $d:ident $e:expr );* $(h)* $( f ;)+ g`) = { `g` }
321-
321+
322322
### FOLLOW(M)
323323

324324
Finally, the definition for FOLLOW(M) is built up as follows. pat, expr, etc.

src/undocumented.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ to shrink!
1717

1818
[`libstd` facade]: https://github.com/rust-lang/rfcs/pull/40
1919
[Trait reform]: https://github.com/rust-lang/rfcs/pull/48
20-
[Attributes on `match` arms]: https://github.com/rust-lang/rfcs/pull/49
2120
[Attributes]: attributes.html
2221
[Flexible target specification]: https://github.com/rust-lang/rfcs/pull/131
23-
[Conditional compilation]: attributes.html#conditional-compilation
24-
[Integer overflow not `unsafe`]: https://github.com/rust-lang/rfcs/pull/560
22+
[Conditional compilation]: conditional-compilation.html
2523
[`dllimport`]: https://github.com/rust-lang/rfcs/pull/1717
2624
[FFI attributes]: attributes.html#ffi-attributes
2725
[define `crt_link`]: https://github.com/rust-lang/rfcs/pull/1721

src/unsafety.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Rust:
1414

1515
[`Copy`]: special-types-and-traits.html#copy
1616
[`union`]: items/unions.html
17-
[mutable static variable]: items/static-items.html#mutable-statics
18-
[external static variable]: items/external-blocks.html
17+
[mutable]: items/static-items.html#mutable-statics
18+
[external]: items/external-blocks.html
1919
[raw pointer]: types/pointer.html
2020
[unsafe trait]: items/traits.html#unsafe-traits

0 commit comments

Comments
 (0)