Skip to content

Commit 83ab6e4

Browse files
nikomatsakismark-i-m
authored andcommitted
break out parts of the region inference chapter into sub-chapters
1 parent 40e8461 commit 83ab6e4

File tree

6 files changed

+461
-457
lines changed

6 files changed

+461
-457
lines changed

src/SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
- [Move paths](./borrow_check/moves_and_initialization/move_paths.md)
7777
- [MIR type checker](./borrow_check/type_check.md)
7878
- [Region inference](./borrow_check/region_inference.md)
79+
- [Constraint propagation](./borrow_check/region_inference/constraint_propagation.md)
80+
- [Placeholders and universes](./borrow_check/region_inference/placeholders_and_universes.md)
81+
- [Closure constraints](./borrow_check/region_inference/closure_constraints.md)
82+
- [Errror reporting](./borrow_check/region_inference/error_reporting.md)
7983
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
8084
- [Constant evaluation](./const-eval.md)
8185
- [miri const evaluator](./miri.md)

0 commit comments

Comments
 (0)