We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed here:
http://smallcultfollowing.com/babysteps/blog/2012/10/01/moves-based-on-type/
If we decide not to take this route, then I think there is a separate bug to rationalize our rules for when a value is moved and when it is not.
The text was updated successfully, but these errors were encountered:
This is implemented.
Sorry, something went wrong.
move
copy
auto merge of #4964 : luqmana/rust/demove, r=graydon
0528329
As per #4339/#3676 this pull removes all uses `move` and gets rid of parsing it in libsyntax. So that's one more thing to cross off #4707
No branches or pull requests
As discussed here:
If we decide not to take this route, then I think there is a separate bug to rationalize our rules for when a value is moved and when it is not.
The text was updated successfully, but these errors were encountered: