diff options
| author | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2024-03-27 07:43:19 +0000 |
|---|---|---|
| committer | Oli Scherer <github35764891676564198441@oli-obk.de> | 2024-03-27 09:49:05 +0100 |
| commit | e4d7fc306621244beec490971b31d8b6f6cf3274 (patch) | |
| tree | 1ec494ce02c6c2c3a8e1201c60ff3a21da37971b /src | |
| parent | af18d0e88ce97cf7098b0a85d7e463b77d05013e (diff) | |
| download | rust-e4d7fc306621244beec490971b31d8b6f6cf3274.tar.gz rust-e4d7fc306621244beec490971b31d8b6f6cf3274.zip | |
summary: opaque-types-region-inference-restrictions
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/SUMMARY.md | 2 |
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 |
