Skip to content

Commit 234bc7b

Browse files
authored
Merge pull request #2419 from rust-lang/tshepang-patch-1
make link not inline
2 parents 568fbad + 6da83f6 commit 234bc7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solve/opaque-types.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Opaque types in the new solver
22

3-
The way [opaque types](../opaque-types-type-alias-impl-trait.md) are handled in the new solver differs from the old implementation.
3+
The way [opaque types] are handled in the new solver differs from the old implementation.
44
This should be a self-contained explanation of the behavior in the new solver.
55

6+
[opaque types]: ../opaque-types-type-alias-impl-trait.md
7+
68
## opaques are alias types
79

810
Opaque types are treated the same as other aliases, most notabily associated types,

0 commit comments

Comments
 (0)