We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fb334 commit 14682b1Copy full SHA for 14682b1
src/stability.md
@@ -81,8 +81,7 @@ To stabilize a feature, follow these steps:
81
compiler or tools, remove it from there as well.
82
3. If applicable, change `#[rustc_const_unstable]` to `#[rustc_const_stable(since = "version")]`.
83
4. Open a PR against `rust-lang/rust`
84
- - Add the appropriate labels: `@rustbot modify labels: +T-libs +needs-fcp`.
85
- - Include a description of the feature and why it should be stabilized.
+ - Add the appropriate labels: `@rustbot modify labels: +T-libs`.
86
- Link to the tracking issue and say "Closes #XXXXX".
87
88
You can see an example of stabilizing a feature at [#75132](https://github.com/rust-lang/rust/pull/75132).
0 commit comments