Tracking Issue for const_path_initialization
#102619
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(const_path_initialization)]
This is a tracking issue for initializing
&Path
from a&str
in a const context.Public API
Steps / History
Unresolved Questions
from_str
conflicts withFromStr::from_str
, what alternative name should we choose?&str -> &Path
conversion, instead of requiring to go throughOsStr
?The text was updated successfully, but these errors were encountered: