File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
- [ Lowering AST to HIR] ( ./lowering.md )
59
59
- [ Debugging] ( ./hir-debugging.md )
60
60
- [ The MIR (Mid-level IR)] ( ./mir/index.md )
61
- - [ HAIR MIR construction] ( ./mir/construction.md )
61
+ - [ HAIR and MIR construction] ( ./mir/construction.md )
62
62
- [ MIR visitor and traversal] ( ./mir/visitor.md )
63
63
- [ MIR passes: getting the MIR for a function] ( ./mir/passes.md )
64
64
- [ 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
6
6
end-to-end process of compilation _ and_ readers interested in learning about a
7
7
specific system they wish to contribute to. If anything is unclear, feel free
8
8
to 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
10
10
team, as detailed in [ this chapter from Part 1] ( ./compiler-team.md ) .
11
11
12
12
In 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