about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2025-05-27 18:52:53 +0200
committerGitHub <noreply@github.com>2025-05-27 18:52:53 +0200
commit58e5e32fbee5d7e5eb0fff30bb954f22395221f3 (patch)
treead08b141547781ef5d435ee98d0d347800df8d70 /src/doc
parent6f7927d9b515344840afe88aab4a0d01c2b995d6 (diff)
parentc3603c64ba192c4434a8cb261b07b49bc04465ba (diff)
downloadrust-58e5e32fbee5d7e5eb0fff30bb954f22395221f3.tar.gz
rust-58e5e32fbee5d7e5eb0fff30bb954f22395221f3.zip
Merge pull request #2418 from smanilov/patch-17
Link to description of opaque types
Diffstat (limited to 'src/doc')
-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