Skip to content

Tracking issue for release notes of #126877: CloneToUninit impls #131604

Closed
@rustbot

Description

@rustbot
Collaborator

This issue tracks the release notes text for #126877.

Steps

  • Proposed text is drafted by PR author (or team) making the noteworthy change.
    Issue is nominated for release team review of clarity for wider audience.
    Release team includes text in release notes/blog posts.

Release notes text

The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).

# Library
- [Generalize `{Rc,Arc}::make_mut()` to `Path`, `OsStr`, and `CStr`.](https://github.com/rust-lang/rust/pull/126877)

Tip

Use the previous releases categories to help choose which one(s) to use.
The category will be de-duplicated with all the other ones by the release team.

More than one section can be included if needed.

Release blog section

If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
Otherwise leave it empty.

cc @GrigorenkoPV, @dtolnay -- origin issue/PR authors and assignees for starting to draft text

Activity

added
relnotesMarks issues that should be documented in the release notes of the next release.
relnotes-tracking-issueMarks issues tracking what text to put in release notes.
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
on Oct 12, 2024
added this to the 1.82.0 milestone on Oct 12, 2024
added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Oct 12, 2024
removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Oct 12, 2024
GrigorenkoPV

GrigorenkoPV commented on Oct 12, 2024

@GrigorenkoPV
Contributor

This PR has the immediate, stable consequence that Rc::make_mut and Arc::make_mut become usable with Rc<str>, Rc<CStr>, Rc<OsStr>, Rc<Path> and Arc<_> of the same 4 dynamically sized types.

Originally posted by dtolnay in #126877 (comment)

So effectively the only stable-visible change of this PR is a few new APIs in std.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.relnotesMarks issues that should be documented in the release notes of the next release.relnotes-tracking-issueMarks issues tracking what text to put in release notes.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cuviper@Mark-Simulacrum@rustbot@GrigorenkoPV

        Issue actions

          Tracking issue for release notes of #126877: CloneToUninit impls · Issue #131604 · rust-lang/rust