We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800538 commit 9a3728bCopy full SHA for 9a3728b
src/SUMMARY.md
@@ -165,6 +165,8 @@
165
- [Placeholders and universes][pau]
166
- [Closure constraints](./borrow_check/region_inference/closure_constraints.md)
167
- [Error reporting](./borrow_check/region_inference/error_reporting.md)
168
+ - Opaque types
169
+ - [Region inference restrictions][opaque-infer]
170
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
171
- [Parameter Environments](./param_env.md)
172
- [Errors and Lints](diagnostics.md)
@@ -208,3 +210,4 @@
208
210
---
209
211
212
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md
213
+[opaque-infer]: ./borrow_check/opaque-types-region-inference-restrictions.md
0 commit comments