Skip to content

Commit

Permalink
Fixed team responsible for stabilization (rust-lang#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall authored Aug 5, 2021
1 parent d111b3e commit 809f4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Furthermore this attribute is needed to mark an intrinsic as callable from

To stabilize a feature, follow these steps:

0. Ask a **@T-libs** member to start an FCP on the tracking issue and wait for
0. Ask a **@T-libs-api** member to start an FCP on the tracking issue and wait for
the FCP to complete (with `disposition-merge`).
1. Change `#[unstable(...)]` to `#[stable(since = "version")]`.
`version` should be the *current nightly*, i.e. stable+2. You can see which version is
Expand All @@ -82,7 +82,7 @@ To stabilize a feature, follow these steps:
3. If applicable, change `#[rustc_const_unstable(...)]` to
`#[rustc_const_stable(since = "version")]`.
4. Open a PR against `rust-lang/rust`.
- Add the appropriate labels: `@rustbot modify labels: +T-libs`.
- Add the appropriate labels: `@rustbot modify labels: +T-libs-api`.
- Link to the tracking issue and say "Closes #XXXXX".

You can see an example of stabilizing a feature with
Expand Down

0 comments on commit 809f4d1

Please sign in to comment.