File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 77
77
- [ Caching subtleties] ( ./traits/caching.md )
78
78
- [ Specialization] ( ./traits/specialization.md )
79
79
- [ 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)
84
84
- [Type checking](./type-checking.md)
85
85
- [Method Lookup](./method-lookup.md)
86
86
- [Variance](./variance.md)
Original file line number Diff line number Diff line change 1
1
# 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 ` .
You can’t perform that action at this time.
0 commit comments