mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
1dc5e6312f
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