diff --git a/src/type-coercions.md b/src/type-coercions.md index 2b48a0645..db143cf4c 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -150,6 +150,8 @@ Coercion is allowed between the following types: structs. In addition, coercions from sub-traits to super-traits will be added. See [RFC 401] for more details.--> +* Function item types to `fn` pointers + * Non capturing closures to `fn` pointers * `!` to any `T`