File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments