Skip to content

core: Add stability attributes to Clone #15135

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Jun 23, 2014

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

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
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 17, 2023
Fix some unsizing problems in mir
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants