File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858 - [ Lowering AST to HIR] ( ./lowering.md )
5959 - [ Debugging] ( ./hir-debugging.md )
6060 - [ The MIR (Mid-level IR)] ( ./mir/index.md )
61- - [ HAIR MIR construction] ( ./mir/construction.md )
61+ - [ HAIR and MIR construction] ( ./mir/construction.md )
6262 - [ MIR visitor and traversal] ( ./mir/visitor.md )
6363 - [ MIR passes: getting the MIR for a function] ( ./mir/passes.md )
6464 - [ Closure expansion] ( ./closure.md )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ of compilation works. They should be friendly to both readers interested in the
66end-to-end process of compilation _ and_ readers interested in learning about a
77specific system they wish to contribute to. If anything is unclear, feel free
88to file an issue on the [ rustc-dev-guide
9- repo] ( https://github.com/rust-lang/rustc-dev-guide ) or contact the compiler
9+ repo] ( https://github.com/rust-lang/rustc-dev-guide/issues ) or contact the compiler
1010team, as detailed in [ this chapter from Part 1] ( ./compiler-team.md ) .
1111
1212In this part, we will specifically look at the high-level architecture of the
You can’t perform that action at this time.
0 commit comments