Skip to content

Add note about CCing @rust-lang/wg-const-eval for const fn PRs #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/libs/maintaining-std.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ Changes to hot code might impact performance in consumers, for better or for wor

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

### Are functions const-stabilized or constified?

Please CC `@rust-lang/wg-const-eval`.

## Merging PRs

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