File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55---
66
7- - [ Part 1 Intro ] ( ./part-1-intro.md )
7+ - [ Part 1: Building, debugging, and contributing to Rustc ] ( ./part-1-intro.md )
88- [ About the compiler team] ( ./compiler-team.md )
99- [ How to build the compiler and run what you built] ( ./how-to-build-and-run.md )
1010 - [ Build and Install distribution artifacts] ( ./build-install-distribution-artifacts.md )
2222
2323---
2424
25- - [ Part 2 Intro ] ( ./part-2-intro.md )
25+ - [ Part 2: How rustc works ] ( ./part-2-intro.md )
2626- [ High-level overview of the compiler source] ( ./high-level-overview.md )
2727- [ The Rustc Driver] ( ./rustc-driver.md )
2828 - [ Rustdoc] ( ./rustdoc.md )
Original file line number Diff line number Diff line change 1- # Part 1: General Knowledge
1+ # Part 1: Building, debugging, and contributing to Rustc
22
33This section of the rustc-guide contains knowledge that should be useful to you
44regardless of what part of the compiler you are working on. This includes both
You can’t perform that action at this time.
0 commit comments