Stabilize const_vec_string_slice by Kixunil · Pull Request #137319 · rust-lang/rust (original) (raw)

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Kixunil

This feature was approved for stabilization in
#129041 (comment) so this change stabilizes it.

@rustbot

r? @Noratrieb

rustbot has assigned @Noratrieb.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-libs

Relevant to the library team, which will review and decide on the PR/issue.

labels

Feb 20, 2025

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@Kixunil

Looks like I have to rename the feature. Should I simply rename the mut ones to _mut?

@RalfJung

Ah, the list of functions in the tracking issue was outdated. Always a good idea to check that before starting FCP, as they are quite often outdated... but seems I forgot that here.

Ideally we'll stabilize the entire feature, including the mut methods. But that will require another FCP.

Cc @rust-lang/wg-const-eval

RalfJung

@Kixunil

including the mut methods

Isn't &mut in const blanket-forbidden (for now)?

@rust-log-analyzer

This comment has been minimized.

@RalfJung

@Amanieu Amanieu added T-libs-api

Relevant to the library API team, which will review and decide on the PR/issue.

and removed T-libs

Relevant to the library team, which will review and decide on the PR/issue.

labels

Feb 25, 2025

@Amanieu

Starting a new FCP since we missed some methods in the last one.

@rfcbot merge

@rfcbot

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

🔔 This is now entering its final comment period, as per the review above. 🔔

@rfcbot

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.

@RalfJung

tests/ui/consts/issue-94675.rs need to be updated.

@RalfJung

@rustbot rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Mar 8, 2025

@Kixunil

@Kixunil

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Mar 8, 2025

dtolnay

@dtolnay

@bors

📌 Commit 50ea503 has been approved by dtolnay

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Mar 8, 2025

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Mar 9, 2025

@jieyouxu

…-slice, r=dtolnay

Stabilize const_vec_string_slice

This feature was approved for stabilization in rust-lang#129041 (comment) so this change stabilizes it.

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 9, 2025

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 9, 2025

@bors

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Mar 9, 2025

@rust-timer

Rollup merge of rust-lang#137319 - Kixunil:stabilize-const-vec-string-slice, r=dtolnay

Stabilize const_vec_string_slice

This feature was approved for stabilization in rust-lang#129041 (comment) so this change stabilizes it.

@Kixunil Kixunil deleted the stabilize-const-vec-string-slice branch

March 10, 2025 07:22

Labels

disposition-merge

This issue / PR is in PFCP or FCP with a disposition to merge it.

finished-final-comment-period

The final comment period is finished for this PR / Issue.

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-libs-api

Relevant to the library API team, which will review and decide on the PR/issue.