-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add move
keyword for closures to the Reference
#36683
Comments
https://doc.rust-lang.org/grammar.html#keywords includes |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Oct 7, 2016
Reference: Mention `move` keyword for lambdas From issue rust-lang#36683
Closed
This has now been fixed, thank you! |
NOTE: the new location for the added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the rust reference doesn't mention the
move
keyword used in snippets like this:The text was updated successfully, but these errors were encountered: