rust-lang/rust

Tracking Issue for const `core::str::from_utf8_unchecked`

Closed this issue ยท 6 comments

This is a tracking issue for const fn core::str::from_utf8_unchecked, made const in #75157 .
The feature gate for the issue is #![feature(const_str_from_utf8_unchecked)].

Steps

  • Merge the implementation PR #75157
  • Final Comment Period (FCP)
  • Stabilization PR (#86213)

This is an unsafe operation and thus likely also blocked on rust-lang/const-eval#14.
Cc @rust-lang/wg-const-eval

Now that rust-lang/rfcs#3016 is merged:

@rfcbot merge

cc @rust-lang/wg-const-eval

Team member @m-ou-se 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 final comment period, with a disposition to merge, as per the review above, is now complete.

As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed.

The RFC will be merged soon.

Stabilization PR is already up: #86213