Currently, the [Coercions](https://doc.rust-lang.org/nomicon/coercions.html) ([src/coercions.md](https://github.com/rust-lang/nomicon/blob/master/src/coercions.md)) section doesn't mention the accepted and implemented (and stabilized) RFC [Allow coercing non-capturing closures to function pointers](https://rust-lang.github.io/rfcs/1558-closure-to-fn-coercion.html). Could it be that more coercions have been forgotten? :) I can't think of any right now, but I could have also forgotten something xD ## TODO - [x] RFC 1558 (#238) - [ ] function items to fn pointers (see below comments)