We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800538 commit 9413923Copy full SHA for 9413923
src/SUMMARY.md
@@ -148,6 +148,7 @@
148
- [Opaque Types](./opaque-types-type-alias-impl-trait.md)
149
- [Inference details](./opaque-types-impl-trait-inference.md)
150
- [Return Position Impl Trait In Trait](./return-position-impl-trait-in-trait.md)
151
+ - [Region inference restrictions][opaque-infer]
152
- [Effect checking](./effects.md)
153
- [Pattern and Exhaustiveness Checking](./pat-exhaustive-checking.md)
154
- [Unsafety Checking](./unsafety-checking.md)
@@ -208,3 +209,4 @@
208
209
---
210
211
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md
212
+[opaque-infer]: ./borrow_check/opaque-types-region-inference-restrictions.md
0 commit comments