-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Stabilize main_separator_str
#103104
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
Stabilize main_separator_str
#103104
Conversation
Signed-off-by: Alex Saveau <[email protected]>
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
r? @yaahc |
@rfcbot merge |
Hmmm, looks like randos can't use the bot. No idea what the process is to request an FCP. |
Someone from T-libs-api needs to start the FCP |
@Nilstrieb got it, thanks. It it ok to have this PR open then? Is it basically the equivalent of requesting someone consider starting an FCP? |
Usually an fcp happens on the tracking issue before a stabilization PR is created because it can take a while to complete (iirc a minimum of 10 days, usually longer though). It's fine to have this PR open but it means you may have to rebase if other changes are made in the repository while the fcp is pending. Also it should be labelled as T-libs-api (which can be done using rustbot), @rustbot label +T-libs-api -T-libs |
@ChrisDenton thanks for the explanation! I'll just leave this open since conflicts would be trivial to resolve. |
r? |
r? libs |
@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. |
I'm marking @yaahc's box because she has stepped down from T-libs-api after the point that this PR got proposed for FCP. |
🔔 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. |
@bors r+ |
Woohoo, thanks! |
Stabilize `main_separator_str` See reasoning here: rust-lang#94071 (comment). Closes rust-lang#94071.
Rollup of 8 pull requests Successful merges: - rust-lang#103104 (Stabilize `main_separator_str`) - rust-lang#106410 (Suggest `mut self: &mut Self` for `?Sized` impls) - rust-lang#106457 (Adjust comments about pre-push.sh hook) - rust-lang#106546 (jsondoclint: Check local items in `paths` are also in `index`.) - rust-lang#106557 (Add some UI tests and reword error-code docs) - rust-lang#106562 (Clarify examples for `VecDeque::get/get_mut`) - rust-lang#106580 (remove unreachable error code `E0313`) - rust-lang#106581 (Do not emit wrong E0308 suggestion for closure mismatch) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
See reasoning here: #94071 (comment). Closes #94071.