Skip to content
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

rewrite core::either to not require so much T:copy #3275

Closed
bblum opened this issue Aug 25, 2012 · 1 comment
Closed

rewrite core::either to not require so much T:copy #3275

bblum opened this issue Aug 25, 2012 · 1 comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@bblum
Copy link
Contributor

bblum commented Aug 25, 2012

basically the same solution as in #3254. Sometimes the user will want to retain what they already had and make a new version of it; sometimes they will have a noncopyable and want to move it in. Functions for both methods should exist.

@catamorphism
Copy link
Contributor

This is done.

RalfJung pushed a commit to RalfJung/rust that referenced this issue Jan 28, 2024
jaisnan pushed a commit to jaisnan/rust-dev that referenced this issue Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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