We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434556f commit 2c733c9Copy full SHA for 2c733c9
src/stability.md
@@ -62,7 +62,7 @@ there's no way to add `const` to functions in `extern` blocks for now.
62
63
## rustc_const_stable
64
65
-The `#[stable(feature = "foo", "since = "1.420.69")]` attribute explicitly marks
+The `#[rustc_const_stable(feature = "foo", "since = "1.420.69")]` attribute explicitly marks
66
a `const fn` as having its constness be `stable`. This attribute can make sense
67
even on an `unstable` function, if that function is called from another
68
`rustc_const_stable` function.
0 commit comments