Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issue for char::MIN #114298

Open
2 of 4 tasks
clarfonthey opened this issue Jul 31, 2023 · 0 comments
Open
2 of 4 tasks

Tracking Issue for char::MIN #114298

clarfonthey opened this issue Jul 31, 2023 · 0 comments
Labels
C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@clarfonthey
Copy link
Contributor

clarfonthey commented Jul 31, 2023

Feature gate: #![feature(char_min)]

This is a tracking issue for char::MIN.

Public API

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

Steps / History

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

@clarfonthey clarfonthey added C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Jul 31, 2023
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 8, 2023
…tSushi

Add char::MIN

ACP: rust-lang/libs-team#252
Tracking issue: rust-lang#114298

r? `@rust-lang/libs-api`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant