]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/SUMMARY.md
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / SUMMARY.md
index e74ef5e4e9cb2a7f98976ad9bbc43e1f934098ee..e25eb284ea163aa72f97254651925675dd1ed144 100644 (file)
@@ -76,8 +76,8 @@
 - [Prologue](./part-3-intro.md)
 - [Command-line arguments](./cli.md)
 - [The Rustc Driver and Interface](./rustc-driver.md)
-    - [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
-    - [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)
 - [Syntax and the AST](./syntax-intro.md)
     - [Lexing and Parsing](./the-parser.md)
     - [Macro expansion](./macro-expansion.md)
     - [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
 - [Parameter Environments](./param_env.md)
 - [Errors and Lints](diagnostics.md)
-    - [Creating Errors With SessionDiagnostic](./diagnostics/sessiondiagnostic.md)
+    - [Diagnostic and subdiagnostic structs](./diagnostics/diagnostic-structs.md)
+    - [Translation](./diagnostics/translation.md)
     - [`LintStore`](./diagnostics/lintstore.md)
-    - [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
-    - [Diagnostic Items](./diagnostics/diagnostic-items.md)
+    - [Diagnostic codes](./diagnostics/diagnostic-codes.md)
+    - [Diagnostic items](./diagnostics/diagnostic-items.md)
     - [`ErrorGuaranteed`](./diagnostics/error-guaranteed.md)
 
 # MIR to Binaries