From 655f7fdeac45266529a391f1efb622f7cd51d29f Mon Sep 17 00:00:00 2001 From: Jade Date: Sat, 12 Jun 2021 19:44:12 -0700 Subject: [PATCH] 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