We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1a8df commit 6e2b70cCopy full SHA for 6e2b70c
src/SUMMARY.md
@@ -29,7 +29,6 @@
29
- [Emitting Errors and other Diagnostics](diagnostics.md)
30
- [`LintStore`](./diagnostics/lintstore.md)
31
- [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
32
- - [Command-line arguments](./cli.md)
33
- [ICE-breaker teams](ice-breaker/about.md)
34
- ["Cleanup Crew" ICE-breakers](ice-breaker/cleanup-crew.md)
35
- [LLVM ICE-breakers](ice-breaker/llvm.md)
@@ -48,6 +47,7 @@
48
47
- [Parallel Compilation](./parallel-rustc.md)
49
50
- [Part 3: Source Code Representations](./part-3-intro.md)
+ - [Command-line arguments](./cli.md)
51
- [The Rustc Driver and Interface](./rustc-driver.md)
52
- [Rustdoc](./rustdoc.md)
53
- [Ex: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md)
0 commit comments