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 a7a54f5 commit dd84a62Copy full SHA for dd84a62
src/items/type-aliases.md
@@ -42,7 +42,7 @@ an [associated type] in a [trait].
42
43
Where clauses before the equals sign on a type alias in a [trait impl] (like
44
`type TypeAlias<T> where T: Foo = Bar<T>`) are deprecated. Where clauses after
45
-the equals sign (like `type TypeAlias<T> where T: Foo = Bar<T>`) are preferred.
+the equals sign (like `type TypeAlias<T> = Bar<T> where T: Foo`) are preferred.
46
47
[IDENTIFIER]: ../identifiers.md
48
[_GenericParams_]: generics.md
0 commit comments