Skip to content

Tracking Issue for OsString::truncate #133262

@lolbinarycat

Description

@lolbinarycat
Contributor

Feature gate: #![feature(os_string_truncate)]

This is a tracking issue for the

Public API

// std::ffi::os_str

impl OsString {
    pub fn truncate(&mut self, new_len: usize);
}

Steps / History

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Activity

added
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
on Nov 20, 2024
self-assigned this
on Nov 20, 2024
added a commit that references this issue on Nov 23, 2024
7b3e593
added a commit that references this issue on Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @lolbinarycat

      Issue actions

        Tracking Issue for OsString::truncate · Issue #133262 · rust-lang/rust