-
Notifications
You must be signed in to change notification settings - Fork 13.3k
stabilize std::path::Path::file_prefix #129114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
This PR modifies cc @jieyouxu |
@rustbot modify labels: +T-libs-api |
This comment has been minimized.
This comment has been minimized.
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Co-authored-by: Slanterns <slanterns.w@gmail.com>
You should ask T-libs-api for FCP and merge, not me :) |
Note that I suggested creating this PR as a way to get it on the radar, but I am of the opinion that the iterator API proposed at #86319 (comment) may be a preferable alternative. They are not mutually exclusive, however. |
This PR proposes to stabilize
std::path::Path::file_prefix
.I believe the first step is actually starting an FCP, but it was mentioned that the easiest way to achieve this was to open this stabilization PR first.