Closed
Description
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 Constified str::from_utf8_unchecked #75157
- Final Comment Period (FCP)
- Stabilization PR (Stabilize
str::from_utf8_unchecked
asconst
#86213)
Metadata
Metadata
Assignees
Labels
Area: Constant evaluation, covers all const contexts (static, const fn, ...)Area: str and StringCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.