8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d2f90 commit 048d925Copy full SHA for 048d925
src/SUMMARY.md
@@ -76,8 +76,8 @@
76
- [Prologue](./part-3-intro.md)
77
- [Command-line arguments](./cli.md)
78
- [The Rustc Driver and Interface](./rustc-driver.md)
79
- - [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
80
- - [Ex: Getting diagnostics through `rustc_interface`](./rustc-driver-getting-diagnostics.md)
+ - [Example: Type checking](./rustc-driver-interacting-with-the-ast.md)
+ - [Example: Getting diagnostics](./rustc-driver-getting-diagnostics.md)
81
- [Syntax and the AST](./syntax-intro.md)
82
- [Lexing and Parsing](./the-parser.md)
83
- [Macro expansion](./macro-expansion.md)
0 commit comments