Skip to content

Commit 4d52d3a

Browse files
RalfJungSkgland
andauthored
typo
Co-authored-by: Bennet Bleßmann <[email protected]>
1 parent a8653b4 commit 4d52d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ipsum")]` has the same interface as the `unstable` attribute. It is used to mark
5757
- If a `const fn` makes use of unstable language features or intrinsics.
5858
(The compiler will tell you to add the attribute if you run into this.)
5959
- If a `const fn` is `#[stable]` but not yet intended to be const-stable.
60-
- To change the feature get that is required to call a const-unstable intrinsic.
60+
- To change the feature gate that is required to call a const-unstable intrinsic.
6161

6262
Const-stability differs from regular stability in that it is *recursive*: a
6363
`#[rustc_const_unstable(...)]` function cannot even be indirectly called from stable code. This is

0 commit comments

Comments
 (0)