Skip to content

Tracking issue for release notes of #74939: Tracking issue for const <*const T>::is_null #133113

Closed
@rustbot

Description

@rustbot
Collaborator

This issue tracks the release notes text for #74939.

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).

# Stabilized APIs
These APIs are now stable in const contexts:
- `<ptr>::is_null`
- `<ptr>::as_ref`
- `<ptr>::as_mut`

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 @oli-obk -- origin issue/PR authors and assignees for starting to draft text

Activity

added
A-const-evalArea: Constant evaluation, covers all const contexts (static, const fn, ...)
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-langRelevant to the language team
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
on Nov 16, 2024
jieyouxu

jieyouxu commented on Nov 23, 2024

@jieyouxu
Member

Stabilization PR: #133116

added this to the 1.84.0 milestone on Dec 5, 2024
RalfJung

RalfJung commented on Dec 5, 2024

@RalfJung
Member

I manually set the milestone since that's the release that will contain this stabilization. I hope that was the right thing to do, but I am not sure what the workflows are for this new relnotes automation.

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

    A-const-evalArea: Constant evaluation, covers all const contexts (static, const fn, ...)T-langRelevant to the language teamT-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

        @RalfJung@BoxyUwU@jieyouxu@rustbot

        Issue actions

          Tracking issue for release notes of #74939: Tracking issue for const `<*const T>::is_null` · Issue #133113 · rust-lang/rust