From 882368f520a4450bdef977987776d9f22846b259 Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 12 Jun 2021 03:07:44 -0700 Subject: [PATCH 1/2] Change the feature used as an example of stabilizing lib features The previous one was not following the process: it was a PR, which an FCP was started on after the fact. This doesn't match what the stated process is: we should instead link to an issue where t-libs started an fcp, then a pr was written later. --- src/stability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stability.md b/src/stability.md index cfb4efd89..dfd0e43f1 100644 --- a/src/stability.md +++ b/src/stability.md @@ -85,7 +85,7 @@ To stabilize a feature, follow these steps: - Add the appropriate labels: `@rustbot modify labels: +T-libs`. - Link to the tracking issue and say "Closes #XXXXX". -You can see an example of stabilizing a feature at [#75132](https://github.com/rust-lang/rust/pull/75132). +You can see an example of stabilizing a feature at [#81656](https://github.com/rust-lang/rust/issues/81656). ## allow_internal_unstable From 655f7fdeac45266529a391f1efb622f7cd51d29f Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 12 Jun 2021 19:44:12 -0700 Subject: [PATCH 2/2] Stabilizing library features: link to the PR also --- src/stability.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stability.md b/src/stability.md index dfd0e43f1..d3221217a 100644 --- a/src/stability.md +++ b/src/stability.md @@ -85,7 +85,10 @@ To stabilize a feature, follow these steps: - Add the appropriate labels: `@rustbot modify labels: +T-libs`. - Link to the tracking issue and say "Closes #XXXXX". -You can see an example of stabilizing a feature at [#81656](https://github.com/rust-lang/rust/issues/81656). +You can see an example of stabilizing a feature with +[tracking issue #81656 with FCP](https://github.com/rust-lang/rust/issues/81656) +and the associated +[implementation PR #84642](https://github.com/rust-lang/rust/pull/84642). ## allow_internal_unstable