Closed
Description
Feature gate: #![feature(inherent_str_constructors)]
This is a tracking issue for inherent str
constructors.
Public API
str::from_utf8
str::from_utf8_mut
str::from_utf8_unchecked
str::from_utf8_unchecked_mut
Steps / History
- ACP: Make
core::str::from_utf8*
methods available on thestr
type libs-team#398 - Implementation: implement inherent str constructors #136517
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.