Skip to content

Commit 293e3b1

Browse files
Thank you link checker!
1 parent c2d366f commit 293e3b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mir-borrowck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The overall flow of the borrow checker is as follows:
4242
include references to the new regions that we are computing.
4343
- We then invoke `nll::replace_regions_in_mir` to modify this copy C.
4444
Among other things, this function will replace all of the regions in
45-
the MIR with fresh [inference variables](glossary.html).
45+
the MIR with fresh [inference variables](./appendix-glossary.html).
4646
- (More details can be found in [the regionck section](./mir-regionck.html).)
4747
- Next, we perform a number of [dataflow analyses](./appendix-background.html#dataflow)
4848
that compute what data is moved and when. The results of these analyses

src/mir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ but [you can read about those below](#promoted)).
239239
[mir]: https://github.com/rust-lang/rust/tree/master/src/librustc/mir
240240
[mirmanip]: https://github.com/rust-lang/rust/tree/master/src/librustc_mir
241241
[mir]: https://github.com/rust-lang/rust/tree/master/src/librustc/mir
242-
[newtype'd]: glossary.html
242+
[newtype'd]: appendix-glossary.html

0 commit comments

Comments
 (0)