Skip to content

Commit

Permalink
use actual names (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 14, 2023
1 parent 5eb8171 commit 82257c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

- [Prologue](./part-3-intro.md)
- [Command-line arguments](./cli.md)
- [The Rustc Driver and Interface](./rustc-driver.md)
- [rustc_driver and rustc_interface](./rustc-driver.md)
- [Example: Type checking](./rustc-driver-interacting-with-the-ast.md)
- [Example: Getting diagnostics](./rustc-driver-getting-diagnostics.md)
- [Syntax and the AST](./syntax-intro.md)
Expand Down
2 changes: 1 addition & 1 deletion src/rustc-driver.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Rustc Driver and Interface
# `rustc_driver` and `rustc_interface`

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

0 comments on commit 82257c2

Please sign in to comment.