Skip to content

Commit 55c5b38

Browse files
authored
use actual names (rust-lang#1594)
1 parent 9f02d33 commit 55c5b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
- [Prologue](./part-3-intro.md)
7777
- [Command-line arguments](./cli.md)
78-
- [The Rustc Driver and Interface](./rustc-driver.md)
78+
- [rustc_driver and rustc_interface](./rustc-driver.md)
7979
- [Example: Type checking](./rustc-driver-interacting-with-the-ast.md)
8080
- [Example: Getting diagnostics](./rustc-driver-getting-diagnostics.md)
8181
- [Syntax and the AST](./syntax-intro.md)

src/rustc-driver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Rustc Driver and Interface
1+
# `rustc_driver` and `rustc_interface`
22

33
The [`rustc_driver`] is essentially `rustc`'s `main()` function. It acts as
44
the glue for running the various phases of the compiler in the correct order,

0 commit comments

Comments
 (0)