From 3559fa7fefd5febefb5bfedf0a247b4552ddb4eb Mon Sep 17 00:00:00 2001 From: Jade Date: Mon, 14 Jun 2021 13:57:10 -0700 Subject: [PATCH] Change the feature used as an example of stabilizing lib features (#1143) --- src/stability.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stability.md b/src/stability.md index cfb4efd8..d3221217 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 [#75132](https://github.com/rust-lang/rust/pull/75132). +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