Stabilize assoc_char_funcs and assoc_char_consts#82919
Conversation
|
r? @sfackler (rust-highfive has picked a reviewer for you, use r? to override) |
|
@rfcbot merge |
|
Team member @joshtriplett 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. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
☔ The latest upstream changes (presumably #83301) made this pull request unmergeable. Please resolve the merge conflicts. |
dtolnay
left a comment
There was a problem hiding this comment.
Looks good. These all exactly match the corresponding already-stable APIs in the core::char and std::char modules.
|
Rebased to resolve conflict with #82759 in compiler/rustc_middle/src/lib.rs. |
|
@bors r+ |
|
📌 Commit 567f0e1 has been approved by |
|
☀️ Test successful - checks-actions |
|
Needs |
Stabilizes the following associated items on
char:char::MAXchar::REPLACEMENT_CHARACTERchar::UNICODE_VERSIONchar::decode_utf16char::from_u32char::from_u32_uncheckedchar::from_digitCloses #71763.