Skip to content

Commit f506e35

Browse files
committed
rename compiler source chapter and add placeholder for overview
1 parent cfcd31d commit f506e35

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
- [Licenses](./licenses.md)
3636

3737
- [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)
38+
- [Overview of the Compiler](./overview.md)
39+
- [The compiler source code](./compiler-src.md)
4140
- [Queries: demand-driven compilation](./query.md)
4241
- [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md)
4342
- [Incremental compilation](./queries/incremental-compilation.md)
File renamed without changes.

src/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)