Skip to content

Tracking issue for CString, OsString, PathBuf extra methods #40380

Closed
@clarfonthey

Description

@clarfonthey

This includes the methods:

  • CString::into_boxed_c_str
  • OsString::into_boxed_os_str
  • PathBuf::into_boxed_path
  • <Box<CStr>>::into_c_string
  • <Box<OsStr>>::into_os_string
  • <Box<Path>>::into_path_buf
  • CString::as_c_str

The into_boxed_* methods coming from #39594, the other into_* methods from #40009, and the as_c_str method from #41095.

The features for the methods are into_boxed_c_str, into_boxed_os_str, into_boxed_path, and as_c_str.

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-unstableBlocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions