You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/maintaining-std.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -227,8 +227,13 @@ Features can be stabilized in a PR that replaces `#[unstable]` attributes with `
227
227
228
228
You can find the right version to use in the `#[stable]` attribute by checking the [Forge].
229
229
230
+
### When a `const` function is being stabilized
231
+
232
+
Const functions can be stabilized in a PR that replaced `#[rustc_const_unstable]` attributes with `#[rustc_const_stable]` ones. The [Constant Evaluation WG] should be pinged for input on whether or not the `const`-ness is something we want to commit to.
0 commit comments