|
72 | 72 | - [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
|
73 | 73 | - [Generic arguments](./generic_arguments.md)
|
74 | 74 | - [Type inference](./type-inference.md)
|
75 |
| - - [Trait solving (old-style)](./traits/resolution.md) |
| 75 | + - [Trait solving](./traits/resolution.md) |
76 | 76 | - [Higher-ranked trait bounds](./traits/hrtb.md)
|
77 | 77 | - [Caching subtleties](./traits/caching.md)
|
78 | 78 | - [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) |
93 | 82 | - [Type checking](./type-checking.md)
|
94 | 83 | - [Method Lookup](./method-lookup.md)
|
95 | 84 | - [Variance](./variance.md)
|
|
0 commit comments