We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604e682 + ddd9a74 commit da0f6daCopy full SHA for da0f6da
src/type-coercions.md
@@ -216,7 +216,7 @@ r[coerce.unsized.composite]
216
* `Foo` is a struct.
217
* `T` implements `Unsize<U>`.
218
* The last field of `Foo` has a type involving `T`.
219
- * If that field has type `Bar<T>`, then `Bar<T>` implements `Unsized<Bar<U>>`.
+ * If that field has type `Bar<T>`, then `Bar<T>` implements `Unsize<Bar<U>>`.
220
* T is not part of the type of any other fields.
221
222
r[coerce.unsized.pointer]
0 commit comments