We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TypeParamBounds
1 parent 747dc21 commit 7820e7cCopy full SHA for 7820e7c
src/items/type-aliases.md
@@ -34,6 +34,9 @@ let _ = TypeAlias(5); // Doesn't work
34
A type alias without the [_Type_] specification may only appear as an
35
[associated type] in a [trait].
36
37
+A type alias with [_TypeParamBounds_] may only specified when used as
38
+an [associated type] in a [trait].
39
+
40
[IDENTIFIER]: ../identifiers.md
41
[_GenericParams_]: generics.md
42
[_TypeParamBounds_]: ../trait-bounds.md
0 commit comments