Closed
Description
The feature gate for the issue is #![feature(const_cstr_unchecked)]
.
This is a tracking issue for constify-ing CStr::from_bytes_with_nul_unchecked
.
About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
- Stabilization PR (see instructions on rustc-dev-guide) Stabilize const_cstr_unchecked #91855
Unresolved Questions
XXX --- list all the "unresolved questions" found in the RFC to ensure they are
not forgotten
Activity
Rollup merge of rust-lang#90344 - xfix:tracking-issue-const_cstr_unch…
Amanieu commentedon Nov 18, 2021
Amanieu commentedon Nov 18, 2021
@rfcbot merge
rfcbot commentedon Nov 18, 2021
Team member @Amanieu 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.
rfcbot commentedon Dec 2, 2021
🔔 This is now entering its final comment period, as per the review above. 🔔
rfcbot commentedon Dec 12, 2021
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.
Rollup merge of rust-lang#91855 - xfix:const_cstr_unchecked, r=dtolnay
Rollup merge of rust-lang#91855 - xfix:const_cstr_unchecked, r=dtolnay