consistent section title casing

This commit is contained in:
Chris Simpkins 2020-04-07 01:05:14 -04:00 committed by Who? Me?!
parent 1ab6693c00
commit 8021d3e707
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Part 1: Building, debugging, and contributing to Rustc
# Part 1: Building, Debugging, and Contributing to `rustc`
This section of the rustc-dev-guide contains knowledge that should be useful to you
regardless of what part of the compiler you are working on. This includes both

View File

@ -1,4 +1,4 @@
# Part 2: How rustc works
# Part 2: How `rustc` Works
The remaining parts of this guide discuss how the compiler works. They go
through everything from high-level structure of the compiler to how each stage

View File

@ -1,4 +1,4 @@
# From MIR to binaries
# From MIR to Binaries
All of the preceding chapters of this guide have one thing in common: we never
generated any executable machine code at all! With this chapter, all of that