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

core: Add stability attributes to Clone #15135

Closed
wants to merge 1 commit into from

Commits on Jun 23, 2014

  1. core: Add stability attributes to Clone

    The following are tagged 'unstable'
    
    - core::clone
    - Clone
    - Clone::clone
    - impl Clone for Arc
    - impl Clone for arc::Weak
    - impl Clone for Rc
    - impl Clone for rc::Weak
    - impl Clone for Vec
    - impl Clone for Cell
    - impl Clone for RefCell
    - impl Clone for small tuples
    
    The following are tagged 'experimental'
    
    - Clone::clone_from - may not provide enough utility
    - impls for various extern "Rust" fns - may not handle lifetimes correctly
    
    See https://github.com/rust-lang/rust/wiki/Meeting-API-review-2014-06-23#clone
    brson committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    86cbe65 View commit details
    Browse the repository at this point in the history