Tracking Issue for inherent_str_constructors
#131114
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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
core::str::from_utf8*
methods available on thestr
type libs-team#398Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: