Skip to content

Commit 809f4d1

Browse files
authoredAug 5, 2021
Fixed team responsible for stabilization (#1181)
1 parent d111b3e commit 809f4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/stability.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Furthermore this attribute is needed to mark an intrinsic as callable from
7272

7373
To stabilize a feature, follow these steps:
7474

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

8888
You can see an example of stabilizing a feature with

0 commit comments

Comments
 (0)
Please sign in to comment.