@@ -18,8 +18,8 @@ graphs and desugaring), you may enjoy the
1818## Introduction to MIR
1919
2020MIR is defined in the [ ` compiler/rustc_middle/src/mir/ ` ] [ mir ] module, but much of the code
21- that manipulates it is found in [ ` compiler/rustc_mir_build ` ] [ mirmanip_build ] ,
22- [ ` compiler/rustc_mir_transform ` ] [ mirmanip_transform ] , and
21+ that manipulates it is found in [ ` compiler/rustc_mir_build ` ] [ mirmanip_build ] ,
22+ [ ` compiler/rustc_mir_transform ` ] [ mirmanip_transform ] , and
2323[ ` compiler/rustc_mir_dataflow ` ] [ mirmanip_dataflow ] .
2424
2525[ RFC 1211 ] : https://rust-lang.github.io/rfcs/1211-mir.html
@@ -260,9 +260,9 @@ See the const-eval WG's [docs on promotion](https://github.com/rust-lang/const-e
260260
261261
262262[mir] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/index.html
263- [mirmanip_build] : ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/index.html
264- [mirmanip_transform] : ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_transform/index.html
265- [mirmanip_dataflow] : ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/index.html
263+ [mirmanip_build] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/index.html
264+ [mirmanip_transform] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_transform/index.html
265+ [mirmanip_dataflow] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/index.html
266266[`Body`] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/struct.Body.html
267267[newtype'd] : ../appendix/glossary.html#newtype
268268[basicblocks] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/struct.Body.html#structfield.basic_blocks
0 commit comments