Skip to content

Stabilize clone #20070

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

Merged
merged 1 commit into from
Dec 22, 2014
Merged

Stabilize clone #20070

merged 1 commit into from
Dec 22, 2014

Conversation

aturon
Copy link
Member

@aturon aturon commented Dec 20, 2014

This patch marks clone stable, as well as the Clone trait, but
leaves clone_from unstable. The latter will be decided by the beta.

The patch also marks most manual implementations of Clone as stable,
except where the APIs are otherwise deprecated or where there is
uncertainty about providing Clone.

r? @alexcrichton

This patch marks `clone` stable, as well as the `Clone` trait, but
leaves `clone_from` unstable. The latter will be decided by the beta.

The patch also marks most manual implementations of `Clone` as stable,
except where the APIs are otherwise deprecated or where there is
uncertainty about providing `Clone`.
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 21, 2014
This patch marks `clone` stable, as well as the `Clone` trait, but
leaves `clone_from` unstable. The latter will be decided by the beta.

The patch also marks most manual implementations of `Clone` as stable,
except where the APIs are otherwise deprecated or where there is
uncertainty about providing `Clone`.

r? @alexcrichton
@bors bors merged commit 92ccc07 into rust-lang:master Dec 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants