-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking Issue for file_create_new
#105135
Comments
This was implemented in #98801. |
Add tracking issue number for `file_create_new` feature It was missing a tracking issue, so I opened one (rust-lang#105135).
This has been implemented for a while, and seems to work as advertised. Shall we stabilize it? @rfcbot merge |
Team member @joshtriplett has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
Is this a common enough routine to need to justify its own constructor on |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
The use case for |
@joshtriplett I buy it! Thanks for explaining. :) |
That doesn't apply to |
Thanks for those very clear explanations, @joshtriplett! |
(This is now just waiting on a stabilization PR.) |
…w, r=dtolnay stabilize `file_create_new` closes rust-lang#105135
Rollup merge of rust-lang#119153 - rursprung:stabilize-file_create_new, r=dtolnay stabilize `file_create_new` closes rust-lang#105135
Feature gate:
#![feature(file_create_new)]
This is a tracking issue for
std::fs::File::create_new(path)
function. It is related to RFC 1252, but isn't part of the RFC.Public API
Steps / History
File::create_new
constructor #98801Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: