Skip to content

Commit 3f7c948

Browse files
spastorinomark-i-m
andauthored
Update src/mir/optimizations.md
Co-Authored-By: Who? Me?! <[email protected]>
1 parent 5b218f4 commit 3f7c948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mir/optimizations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ to do, so compilation is faster. Note that since MIR is generic (not
88
effective; we can optimize the generic version, so all of the monomorphizations
99
are cheaper!
1010

11-
[mir]: https://rustc-dev-guide.rust-lang.org/mir/index.html
12-
[monomorph]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html?highlight=monomorphize#appendix-c-glossary
11+
[mir]: ./index.md
12+
[monomorph]: ../appendix/glossary.md
1313

1414
MIR optimizations run after borrow checking. We run a series of optimization
1515
passes over the MIR to improve it. Some passes are required to run on all code,

0 commit comments

Comments
 (0)