about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2024-03-27 07:43:19 +0000
committerOli Scherer <github35764891676564198441@oli-obk.de>2024-03-27 09:49:05 +0100
commite4d7fc306621244beec490971b31d8b6f6cf3274 (patch)
tree1ec494ce02c6c2c3a8e1201c60ff3a21da37971b /src/doc
parentaf18d0e88ce97cf7098b0a85d7e463b77d05013e (diff)
downloadrust-e4d7fc306621244beec490971b31d8b6f6cf3274.tar.gz
rust-e4d7fc306621244beec490971b31d8b6f6cf3274.zip
summary: opaque-types-region-inference-restrictions
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index c2b14d317d1..a4be4b929fb 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -148,6 +148,7 @@
     - [Opaque Types](./opaque-types-type-alias-impl-trait.md)
         - [Inference details](./opaque-types-impl-trait-inference.md)
         - [Return Position Impl Trait In Trait](./return-position-impl-trait-in-trait.md)
+        - [Region inference restrictions][opaque-infer]
 - [Effect checking](./effects.md)
 - [Pattern and Exhaustiveness Checking](./pat-exhaustive-checking.md)
 - [Unsafety Checking](./unsafety-checking.md)
@@ -208,3 +209,4 @@
 ---
 
 [pau]: ./borrow_check/region_inference/placeholders_and_universes.md
+[opaque-infer]: ./borrow_check/opaque-types-region-inference-restrictions.md