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 e140689 commit 0eff8c0Copy full SHA for 0eff8c0
src/stability.md
@@ -73,7 +73,7 @@ Furthermore this attribute is needed to mark an intrinsic as callable from
73
To stabilize a feature, follow these steps:
74
75
1. Change `#[unstable]` to `#[stable(since = "version")]`.
76
- `version` should be the *currently nightly*, i.e. stable+2. You can see which version is
+ `version` should be the *current nightly*, i.e. stable+2. You can see which version is
77
currently nightly [on Forge](https://forge.rust-lang.org/#current-release-versions).
78
2. Remove `#![feature]` from any test or doc-test for this API. If the feature is used in the
79
compiler or tools, remove it from there as well.
0 commit comments