We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Self
1 parent 8104645 commit 50a597cCopy full SHA for 50a597c
src/special-types-and-traits.md
@@ -135,7 +135,7 @@ UnwindSafe>` is a valid type.
135
## `Sized`
136
137
The [`Sized`] trait indicates that the size of this type is known at compile-time; that is, it's not a [dynamically sized type].
138
-[Type parameters] are `Sized` by default, as are [associated types].
+[Type parameters] (except `Self` in traits) are `Sized` by default, as are [associated types].
139
`Sized` is always implemented automatically by the compiler, not by [implementation items].
140
These implicit `Sized` bounds may be relaxed by using the special `?Sized` bound.
141
0 commit comments