about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorCharles Lew <crlf0710@gmail.com>2020-04-25 09:17:48 +0800
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-04-25 06:57:48 -0500
commitc8ce4b264b0aaaee419c6d0221cd09d2054795d9 (patch)
treec1a6f301bb5743b7f9216615e8d66bfd30486b80 /src/doc/rustc-dev-guide
parent4182263c1fca82950528dcdbd2ba51581b48297a (diff)
downloadrust-c8ce4b264b0aaaee419c6d0221cd09d2054795d9.tar.gz
rust-c8ce4b264b0aaaee419c6d0221cd09d2054795d9.zip
Address review comments.
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md8
-rw-r--r--src/doc/rustc-dev-guide/src/traits/lowering-module.md2
2 files changed, 6 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index ee4d7e3f27f..fe040d9e2e6 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -77,10 +77,10 @@
         - [Caching subtleties](./traits/caching.md)
         - [Specialization](./traits/specialization.md)
         - [Chalk-based trait solving](./traits/chalk.md)
-        - [Lowering to logic](./traits/lowering-to-logic.md)
-        - [Goals and clauses](./traits/goals-and-clauses.md)
-        - [Canonical queries](./traits/canonical-queries.md)
-        - [Lowering module in rustc](./traits/lowering-module.md)
+			- [Lowering to logic](./traits/lowering-to-logic.md)
+			- [Goals and clauses](./traits/goals-and-clauses.md)
+			- [Canonical queries](./traits/canonical-queries.md)
+			- [Lowering module in rustc](./traits/lowering-module.md)
     - [Type checking](./type-checking.md)
         - [Method Lookup](./method-lookup.md)
         - [Variance](./variance.md)
diff --git a/src/doc/rustc-dev-guide/src/traits/lowering-module.md b/src/doc/rustc-dev-guide/src/traits/lowering-module.md
index 1efdcafb76b..8795cb79c6f 100644
--- a/src/doc/rustc-dev-guide/src/traits/lowering-module.md
+++ b/src/doc/rustc-dev-guide/src/traits/lowering-module.md
@@ -1 +1,3 @@
 # The lowering module in rustc
+
+This work is ongoing. This section will be filled in once some of it has landed in `rustc`.