You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mir/index.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ graphs and desugaring), you may enjoy the
18
18
## Introduction to MIR
19
19
20
20
MIR 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], [`compiler/rustc_mir_transform`][mirmanip_transform], and [`compiler/rustc_mir_dataflow`][mirmanip_dataflow].
21
+
that manipulates it is found in [`compiler/rustc_mir_build`][mirmanip_build],
22
+
[`compiler/rustc_mir_transform`][mirmanip_transform], and
0 commit comments