Skip to content

7.2.24 refers to move operator in pattern matches #5700

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

Closed
jdm opened this issue Apr 3, 2013 · 3 comments
Closed

7.2.24 refers to move operator in pattern matches #5700

jdm opened this issue Apr 3, 2013 · 3 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@jdm
Copy link
Contributor

jdm commented Apr 3, 2013

This can be made explicit using the copy keyword, changed to bind to a borrowed pointer by using the ref keyword, or to a mutable borrowed pointer using ref mut, or the value can be moved into the new binding using move.

Move no longer exists.

@ghost ghost assigned catamorphism May 24, 2013
@catamorphism
Copy link
Contributor

Fixing this

@catamorphism
Copy link
Contributor

Fixed pending #6711

@catamorphism
Copy link
Contributor

5787bf3 closes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants