Skip to content

Commit 1e6c361

Browse files
yaahcm-ou-se
andauthored
Apply suggestions from code review
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
1 parent af2581b commit 1e6c361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/feature-lifecycle/stabilization.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Stabilizing features
22

33
* **Status:** Current
4-
* **Last Updated:** 2022/03/10
4+
* **Last Updated:** 2022-03-10
55

66
Feature stabilization involves adding `#[stable]` attributes. They may be introduced alongside new trait impls or replace existing `#[unstable]` attributes.
77

88
Stabilization goes through the Libs FCP[^1] process, which occurs on the [tracking issue](./tracking-issues.md) for the feature.
99

1010
## When is an FCP appropriate?
1111

12-
Once an unstable feature has been well-tested with no outstanding concerns, anyone may push for it's stabilization.
12+
Once an unstable feature has been well-tested with no outstanding concerns, anyone may push for its stabilization.
1313

1414
If you're unsure if a feature is ready for stabilization the first step should be to ask in the relevant tracking issue and get assistance from other participants in that discussion. In some cases the tracking issue may not have many other active participants, so if you're ever having trouble getting any feedback please ping one of the [libs team reviewers](https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust.json) directly to request assistance.
1515

@@ -110,7 +110,7 @@ To stabilize a feature, follow these steps:
110110
0. If applicable, change `#[rustc_const_unstable(...)]` to `#[rustc_const_stable(since = "version")]`.
111111
0. Open a PR against `rust-lang/rust`.
112112
- Add the appropriate labels: `@rustbot modify labels: +T-libs-api`.
113-
- Link to the tracking issue and say "Closes #XXXXX".
113+
- Link to the tracking issue by adding "Closes #XXXXX".
114114

115115
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).
116116

0 commit comments

Comments
 (0)