Skip to content

Stabilize clone#20070

Merged
bors merged 1 commit intorust-lang:masterfrom
aturon:stab-2-clone
Dec 22, 2014
Merged

Stabilize clone#20070
bors merged 1 commit intorust-lang:masterfrom
aturon:stab-2-clone

Conversation

@aturon
Copy link
Copy Markdown
Contributor

@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