diff --git a/src/type-coercions.md b/src/type-coercions.md index 53a926d8d..dd9550e91 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -187,7 +187,7 @@ r[coerce.types.closure] * Non capturing closures to `fn` pointers r[coerce.types.never] -* `!` to any `T` +* `!` to any `T` which is `Sized` ### Unsized Coercions