Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 215645a

Browse files
crlf0710mark-i-m
andcommittedApr 25, 2020
Address review comments.
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
1 parent 28abc90 commit 215645a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

Diff for: ‎src/SUMMARY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
- [Caching subtleties](./traits/caching.md)
7878
- [Specialization](./traits/specialization.md)
7979
- [Chalk-based trait solving](./traits/chalk.md)
80-
- [Lowering to logic](./traits/lowering-to-logic.md)
81-
- [Goals and clauses](./traits/goals-and-clauses.md)
82-
- [Canonical queries](./traits/canonical-queries.md)
83-
- [Lowering module in rustc](./traits/lowering-module.md)
80+
- [Lowering to logic](./traits/lowering-to-logic.md)
81+
- [Goals and clauses](./traits/goals-and-clauses.md)
82+
- [Canonical queries](./traits/canonical-queries.md)
83+
- [Lowering module in rustc](./traits/lowering-module.md)
8484
- [Type checking](./type-checking.md)
8585
- [Method Lookup](./method-lookup.md)
8686
- [Variance](./variance.md)

Diff for: ‎src/traits/lowering-module.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# The lowering module in rustc
2+
3+
This work is ongoing. This section will be filled in once some of it has landed in `rustc`.

0 commit comments

Comments
 (0)
Please sign in to comment.