about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-02-06 10:43:50 +0100
committerGitHub <noreply@github.com>2022-02-06 10:43:50 +0100
commit9f4559c3452239205015a02f2695ae1ec7d5c0f2 (patch)
tree69750cace21cee68a12bdf7abad08ae4c01ca6a5 /library/std/src/sys/unix/process/process_unix.rs
parente069a711084b5617aecda7a5c8e88406ca12ed65 (diff)
parent1911eb8b6180f513a666372baf6e56f78b82dcd8 (diff)
downloadrust-9f4559c3452239205015a02f2695ae1ec7d5c0f2.tar.gz
rust-9f4559c3452239205015a02f2695ae1ec7d5c0f2.zip
Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obk
Require const stability attribute on all stable functions that are `const`

This PR requires all stable functions (of all kinds) that are `const fn` to have a `#[rustc_const_stable]` or `#[rustc_const_unstable]` attribute. Stability was previously implied if omitted; a follow-up PR is planned to change the fallback to be unstable.
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions