Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Goulet <[email protected]>
  • Loading branch information
crlf0710 and compiler-errors authored Nov 22, 2023
1 parent 89df289 commit 75d48ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type-coercions.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ an implementation of `Unsize<U>` for `T` will be provided:

* `T` to `dyn U`, when `T` implements `U + Sized`, and `U` is [object safe].

* `dyn T` to `dyn U`, when `T` has `U` as one of its ancestor trait.
* `dyn T` to `dyn U`, when `U` is one of `T`'s supertraits.

* `Foo<..., T, ...>` to `Foo<..., U, ...>`, when:
* `Foo` is a struct.
Expand Down

0 comments on commit 75d48ad

Please sign in to comment.