make link not inline

This commit is contained in:
Tshepang Mbambo 2025-05-27 21:21:18 +02:00 committed by GitHub
parent 568fbad863
commit 6da83f69ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# Opaque types in the new solver # Opaque types in the new solver
The way [opaque types](../opaque-types-type-alias-impl-trait.md) are handled in the new solver differs from the old implementation. The way [opaque types] 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. This should be a self-contained explanation of the behavior in the new solver.
[opaque types]: ../opaque-types-type-alias-impl-trait.md
## opaques are alias types ## opaques are alias types
Opaque types are treated the same as other aliases, most notabily associated types, Opaque types are treated the same as other aliases, most notabily associated types,