Skip to content

Commit 8a7c773

Browse files
committed
Update maintaining-std.md
1 parent 61914b2 commit 8a7c773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/maintaining-std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ You can find the right version to use in the `#[stable]` attribute by checking t
229229

230230
### When a `const` function is being stabilized
231231

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.
232+
Const functions can be stabilized in a PR that replaces `#[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. This is particularly important when the function internally depends on other unstable `const` functions through `#[allow_internal_unstable]` attributes.
233233

234234
[API Guidelines]: https://rust-lang.github.io/api-guidelines
235235
[Unsafe Code Guidelines WG]: https://github.com/rust-lang/unsafe-code-guidelines

0 commit comments

Comments
 (0)