Skip to content

Fix small typo in stabilization guide #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix small typo in stabilization guide
  • Loading branch information
GuillaumeGomez authored Sep 12, 2022
commit 1d740d678451e342dfe751f909e63dec5a99c9cd
2 changes: 1 addition & 1 deletion src/feature-lifecycle/stabilization.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The compiler builds with nightly features allowed, so you may find uses of the f

To stabilize a feature, follow these steps:

0. Create a stabiliation report in the tracking issue for the feature being stabilized.
0. Create a stabilization report in the tracking issue for the feature being stabilized.
0. (Optional) For partial stabilizations, create a new partial stabilization PR for the subset of the issue being stabilized.
0. Ask a **@rust-lang/libs-api** member to start an FCP on the tracking issue and wait for the FCP to complete (with `disposition-merge`).
0. Change `#[unstable(...)]` to `#[stable(since = "CURRENT_RUSTC_VERSION")]`. `CURRENT_RUSTC_VERSION` here is meant in a literal sense and not to be replaced with the spelled out version number.
Expand Down