From c956778dbe2df05c8d63ea14a0ee8de1b1fd304b Mon Sep 17 00:00:00 2001 From: George Fraser Date: Wed, 1 Apr 2020 17:10:58 -0700 Subject: [PATCH] Update src/SUMMARY.md Co-Authored-By: Who? Me?! --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1a0c9e9e..e7cb6ed6 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -37,7 +37,7 @@ - [High-level overview of the compiler source](./high-level-overview.md) - [The Rustc Driver and Interface](./rustc-driver.md) - [Rustdoc](./rustdoc.md) - - [Interacting with the AST](./rustc-driver-interacting-with-the-ast.md) + - [Example: Type checking through `rustc_interface`](./rustc-driver-interacting-with-the-ast.md) - [Queries: demand-driven compilation](./query.md) - [The Query Evaluation Model in Detail](./queries/query-evaluation-model-in-detail.md) - [Incremental compilation](./queries/incremental-compilation.md)