Skip to content

Commit

Permalink
summary: opaque-types-region-inference-restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemjay committed Mar 27, 2024
1 parent 1800538 commit 9a3728b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
- [Placeholders and universes][pau]
- [Closure constraints](./borrow_check/region_inference/closure_constraints.md)
- [Error reporting](./borrow_check/region_inference/error_reporting.md)
- Opaque types
- [Region inference restrictions][opaque-infer]
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
- [Parameter Environments](./param_env.md)
- [Errors and Lints](diagnostics.md)
Expand Down Expand Up @@ -208,3 +210,4 @@
---

[pau]: ./borrow_check/region_inference/placeholders_and_universes.md
[opaque-infer]: ./borrow_check/opaque-types-region-inference-restrictions.md

0 comments on commit 9a3728b

Please sign in to comment.