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 a8653b4 commit 4d52d3aCopy full SHA for 4d52d3a
src/stability.md
@@ -57,7 +57,7 @@ ipsum")]` has the same interface as the `unstable` attribute. It is used to mark
57
- If a `const fn` makes use of unstable language features or intrinsics.
58
(The compiler will tell you to add the attribute if you run into this.)
59
- 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.
+- To change the feature gate that is required to call a const-unstable intrinsic.
61
62
Const-stability differs from regular stability in that it is *recursive*: a
63
`#[rustc_const_unstable(...)]` function cannot even be indirectly called from stable code. This is
0 commit comments