File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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
1212Add 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
You can’t perform that action at this time.
0 commit comments