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

impl Clone for Box<Path>, Box<OsStr>, Box<CStr> #51908

Closed
mbrubeck opened this issue Jun 29, 2018 · 1 comment
Closed

impl Clone for Box<Path>, Box<OsStr>, Box<CStr> #51908

mbrubeck opened this issue Jun 29, 2018 · 1 comment
Assignees
Labels
C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@mbrubeck
Copy link
Contributor

Box<str> and Box<[T]> implement Clone, but these other boxed slice types do not.

@kennytm kennytm added T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. C-feature-request Category: A feature request, i.e: not implemented / a PR. labels Jun 29, 2018
@mbrubeck mbrubeck self-assigned this Jun 29, 2018
mbrubeck added a commit to mbrubeck/rust that referenced this issue Jul 6, 2018
bors added a commit that referenced this issue Jul 11, 2018
impl Clone for Box<CStr>, Box<OsStr>, Box<Path>

Implements #51908.
kennytm added a commit to kennytm/rust that referenced this issue Jul 12, 2018
…excrichton

impl Clone for Box<CStr>, Box<OsStr>, Box<Path>

Implements rust-lang#51908.
@mbrubeck
Copy link
Contributor Author

Fixed by #51912.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants