about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStan Manilov <stanislav.manilov@gmail.com>2025-05-27 18:47:35 +0300
committerStan Manilov <stanislav.manilov@gmail.com>2025-05-27 18:50:31 +0300
commitc3603c64ba192c4434a8cb261b07b49bc04465ba (patch)
treead08b141547781ef5d435ee98d0d347800df8d70
parent6f7927d9b515344840afe88aab4a0d01c2b995d6 (diff)
downloadrust-c3603c64ba192c4434a8cb261b07b49bc04465ba.tar.gz
rust-c3603c64ba192c4434a8cb261b07b49bc04465ba.zip
Link to description of opaque types
-rw-r--r--src/doc/rustc-dev-guide/src/solve/opaque-types.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/solve/opaque-types.md b/src/doc/rustc-dev-guide/src/solve/opaque-types.md
index 509c34a4d3a..1136e7a459a 100644
--- a/src/doc/rustc-dev-guide/src/solve/opaque-types.md
+++ b/src/doc/rustc-dev-guide/src/solve/opaque-types.md
@@ -1,6 +1,6 @@
 # Opaque types in the new solver
 
-The way opaque types are handled in the new solver differs from the old implementation.
+The way [opaque types](../opaque-types-type-alias-impl-trait.md) are handled in the new solver differs from the old implementation.
 This should be a self-contained explanation of the behavior in the new solver.
 
 ## opaques are alias types