impl Clone for Box<Path>, Box<OsStr>, Box<CStr> #51908
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.
Box<str>
andBox<[T]>
implement Clone, but these other boxed slice types do not.The text was updated successfully, but these errors were encountered: