Currently the rust reference doesn't mention the `move` keyword used in snippets like this: ``` rust let mut add_num = move |x: i32| num += x; ```
Currently the rust reference doesn't mention the
movekeyword used in snippets like this: