Skip to content

Commit f9b3946

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Link to feature-stabilization docs
1 parent 23b0479 commit f9b3946

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/feature-gates.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ modifying feature gates.
66

77
## Adding a feature gate
88

9-
See ["Stability in code"][stability-section] for help with adding a new feature;
10-
this section just covers how to add the feature gate *declaration*.
9+
See ["Stability in code"] for help with adding a new feature; this section just
10+
covers how to add the feature gate *declaration*.
1111

1212
Add a feature gate declaration to `rustc_feature/src/active.rs` in the active
1313
`declare_features` block:
@@ -91,4 +91,12 @@ to follow when [removing a feature gate][removing]):
9191
```
9292

9393

94-
[stability-section]: ./implementing_new_features.md#stability-in-code
94+
## Stabilizing a feature
95+
96+
See ["Updating the feature-gate listing"] in the "Stabilizing Features" chapter
97+
for instructions. There are additional steps you will need to take beyond just
98+
updating the declaration!
99+
100+
101+
["Stability in code"]: ./implementing_new_features.md#stability-in-code
102+
["Updating the feature-gate listing"]: ./stabilization_guide.md#updating-the-feature-gate-listing

0 commit comments

Comments
 (0)