It is stated here, that the & Operator is required in the definition of the closure, to prevent a compiler error. Confused again, I tried to omit the &, and (not really) surprise : the code works perfectly without it. (Tested in the Rust Playground)
I suspect, that the error producing compiler was an outdated version.