Now when a `FnMut` closure is returning a closure that contains a reference to a captured variable, we provide an error that makes it more clear what is happening.
FnMut
This commit improves the errors for `FnMut` closures where a reference to a captured variable is escaping.