diff options
| author | Stan Manilov <stanislav.manilov@gmail.com> | 2025-05-27 18:47:35 +0300 |
|---|---|---|
| committer | Stan Manilov <stanislav.manilov@gmail.com> | 2025-05-27 18:50:31 +0300 |
| commit | c3603c64ba192c4434a8cb261b07b49bc04465ba (patch) | |
| tree | ad08b141547781ef5d435ee98d0d347800df8d70 | |
| parent | 6f7927d9b515344840afe88aab4a0d01c2b995d6 (diff) | |
| download | rust-c3603c64ba192c4434a8cb261b07b49bc04465ba.tar.gz rust-c3603c64ba192c4434a8cb261b07b49bc04465ba.zip | |
Link to description of opaque types
| -rw-r--r-- | src/doc/rustc-dev-guide/src/solve/opaque-types.md | 2 |
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 |
