Skip to content

Commit c009f48

Browse files
committed
Remove details about chalk and point to Chalk Book instead.
1 parent 695e58d commit c009f48

15 files changed

+48
-3183
lines changed

src/SUMMARY.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -72,24 +72,13 @@
7272
- [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
7373
- [Generic arguments](./generic_arguments.md)
7474
- [Type inference](./type-inference.md)
75-
- [Trait solving (old-style)](./traits/resolution.md)
75+
- [Trait solving](./traits/resolution.md)
7676
- [Higher-ranked trait bounds](./traits/hrtb.md)
7777
- [Caching subtleties](./traits/caching.md)
7878
- [Specialization](./traits/specialization.md)
79-
- [Trait solving (new-style)](./traits/index.md)
80-
- [Lowering to logic](./traits/lowering-to-logic.md)
81-
- [Goals and clauses](./traits/goals-and-clauses.md)
82-
- [Equality and associated types](./traits/associated-types.md)
83-
- [Implied bounds](./traits/implied-bounds.md)
84-
- [Region constraints](./traits/regions.md)
85-
- [The lowering module in rustc](./traits/lowering-module.md)
86-
- [Lowering rules](./traits/lowering-rules.md)
87-
- [Well-formedness checking](./traits/wf.md)
88-
- [Canonical queries](./traits/canonical-queries.md)
89-
- [Canonicalization](./traits/canonicalization.md)
90-
- [The SLG solver](./traits/slg.md)
91-
- [An Overview of Chalk](./traits/chalk-overview.md)
92-
- [Bibliography](./traits/bibliography.md)
79+
- [Chalk-based trait solving](./traits/chalk.md)
80+
- [Region constraints](./traits/regions.md)
81+
- [Chalk-oriented lowering module in rustc](./traits/lowering-module.md)
9382
- [Type checking](./type-checking.md)
9483
- [Method Lookup](./method-lookup.md)
9584
- [Variance](./variance.md)

src/traits/associated-types.md

-168
This file was deleted.

src/traits/bibliography.md

-27
This file was deleted.

0 commit comments

Comments
 (0)