Skip to content

Commit 0ab21a2

Browse files
committed
rearrange to promote the borrow checker into its own section
1 parent 1fa5685 commit 0ab21a2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
- [MIR construction](./mir/construction.md)
5454
- [MIR visitor and traversal](./mir/visitor.md)
5555
- [MIR passes: getting the MIR for a function](./mir/passes.md)
56-
- [MIR borrowck](./mir/borrowck.md)
57-
- [MIR-based region checking (NLL)](./mir/regionck.md)
5856
- [MIR optimizations](./mir/optimizations.md)
57+
- [The borrow checker](./borrow_check.md)
58+
- [Region inference](./borrow_check/region_inference.md)
5959
- [Constant evaluation](./const-eval.md)
6060
- [miri const evaluator](./miri.md)
6161
- [Parameter Environments](./param_env.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)