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 0eff8c0 commit 8caf7ddCopy full SHA for 8caf7dd
src/stability.md
@@ -72,6 +72,7 @@ Furthermore this attribute is needed to mark an intrinsic as callable from
72
73
To stabilize a feature, follow these steps:
74
75
+0. Ask a **@T-libs** to start an FCP on the tracking issue and wait for the FCP to complete (with `disposition-merge`).
76
1. Change `#[unstable]` to `#[stable(since = "version")]`.
77
`version` should be the *current nightly*, i.e. stable+2. You can see which version is
78
currently nightly [on Forge](https://forge.rust-lang.org/#current-release-versions).
0 commit comments