We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f02d33 commit 55c5b38Copy full SHA for 55c5b38
src/SUMMARY.md
@@ -75,7 +75,7 @@
75
76
- [Prologue](./part-3-intro.md)
77
- [Command-line arguments](./cli.md)
78
-- [The Rustc Driver and Interface](./rustc-driver.md)
+- [rustc_driver and rustc_interface](./rustc-driver.md)
79
- [Example: Type checking](./rustc-driver-interacting-with-the-ast.md)
80
- [Example: Getting diagnostics](./rustc-driver-getting-diagnostics.md)
81
- [Syntax and the AST](./syntax-intro.md)
src/rustc-driver.md
@@ -1,4 +1,4 @@
1
-# The Rustc Driver and Interface
+# `rustc_driver` and `rustc_interface`
2
3
The [`rustc_driver`] is essentially `rustc`'s `main()` function. It acts as
4
the glue for running the various phases of the compiler in the correct order,
0 commit comments