We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568fbad commit 6da83f6Copy full SHA for 6da83f6
src/solve/opaque-types.md
@@ -1,8 +1,10 @@
1
# Opaque types in the new solver
2
3
-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.
4
This should be a self-contained explanation of the behavior in the new solver.
5
6
+[opaque types]: ../opaque-types-type-alias-impl-trait.md
7
+
8
## opaques are alias types
9
10
Opaque types are treated the same as other aliases, most notabily associated types,
0 commit comments