Skip to content

Commit b103a2f

Browse files
Add note about CCing @rust-lang/wg-const-eval for const fn PRs (#326)
I was made aware of this [here](rust-lang/rust#69617 (comment)). I guess this note is useful in this document.
1 parent aae143b commit b103a2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libs/maintaining-std.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ Changes to hot code might impact performance in consumers, for better or for wor
197197

198198
PRs shouldn’t have merge commits in them. If they become out of date with `master` then they need to be rebased.
199199

200+
### Are functions const-stabilized or constified?
201+
202+
Please CC `@rust-lang/wg-const-eval`.
203+
200204
## Merging PRs
201205

202206
PRs to [`rust-lang/rust`] aren’t merged manually using GitHub’s UI or by pushing remote branches. Everything goes through [`bors`].

0 commit comments

Comments
 (0)