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 cfcd31d commit f506e35Copy full SHA for f506e35
src/SUMMARY.md
@@ -35,9 +35,8 @@
35
- [Licenses](./licenses.md)
36
37
- [Part 2: High-level Compiler Architecture](./part-2-intro.md)
38
- - [High-level overview of the compiler source](./high-level-overview.md)
39
- - [The Rustc Driver and Interface](./rustc-driver.md)
40
- - [Rustdoc](./rustdoc.md)
+ - [Overview of the Compiler](./overview.md)
+ - [The compiler source code](./compiler-src.md)
41
- [Queries: demand-driven compilation](./query.md)
42
- [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
43
- [Incremental compilation](./queries/incremental-compilation.md)
src/high-level-overview.md renamed to src/compiler-src.md
src/overview.md
@@ -0,0 +1,3 @@
1
+# Overview of the Compiler
2
+
3
+See https://github.com/rust-lang/rustc-dev-guide/pull/633
0 commit comments