Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 83fa06f

Browse files
authored
use actual names (rust-lang#1594)
1 parent 0d0a85c commit 83fa06f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
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/doc/rustc-dev-guide/src/rustc-driver.md

Lines changed: 1 addition & 1 deletion
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)