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; ```