Skip to content

Tracking Issue for char::MIN #114298

@clarfonthey

Description

@clarfonthey
Contributor

Feature gate: #![feature(char_min)]

This is a tracking issue for char::MIN.

Public API

impl char {
    pub const MIN: char = '\0';
}

Steps / History

  • API change proposal (ACP)1: ACP: char::MIN libs-team#252
    Implementation: Add char::MIN #114299
    Final comment period (FCP)2
    Stabilization PR

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html

  2. 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 Jul 31, 2023
added a commit that references this issue on Sep 8, 2023
Monadic-Cat

Monadic-Cat commented on Aug 12, 2024

@Monadic-Cat
Contributor

Hey, this looks like it shouldn't be blocked by anything.

Would libs-api mind starting an FCP?

dtolnay

dtolnay commented on Aug 12, 2024

@dtolnay
Member

@rust-lang/libs-api:
@rfcbot fcp merge

rfcbot

rfcbot commented on Aug 12, 2024

@rfcbot
Collaborator

Team member @dtolnay has proposed to merge this. The next step is review by the rest of the tagged team members:

No concerns currently listed.

Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!

See this document for info about what commands tagged team members can give me.

added
proposed-final-comment-periodProposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.
on Aug 12, 2024
added
final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.
on Aug 28, 2024
rfcbot

rfcbot commented on Aug 28, 2024

@rfcbot
Collaborator

🔔 This is now entering its final comment period, as per the review above. 🔔

removed
proposed-final-comment-periodProposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
on Aug 28, 2024
added
to-announceAnnounce this issue on triage meeting
and removed
final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.
on Sep 7, 2024

8 remaining items

Loading
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

    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.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @dtolnay@apiraino@clarfonthey@rfcbot@Monadic-Cat

      Issue actions

        Tracking Issue for `char::MIN` · Issue #114298 · rust-lang/rust