about summary refs log tree commit diff
path: root/library/std/src/sys
diff options
context:
space:
mode:
authorDominik Stolz <d.stolz@tum.de>2021-03-10 11:21:01 +0100
committerDominik Stolz <d.stolz@tum.de>2021-07-21 10:49:11 +0200
commitc3321d3eb3bdf8655993c4564ad6569c4c849b59 (patch)
tree4e2cd9273a0b90a53c029e909801db485efb2412 /library/std/src/sys
parent619fd96868b2cc83b7f205ff11ff897aebb5ef93 (diff)
downloadrust-c3321d3eb3bdf8655993c4564ad6569c4c849b59.tar.gz
rust-c3321d3eb3bdf8655993c4564ad6569c4c849b59.zip
Add tracking issue and link to man-page
Diffstat (limited to 'library/std/src/sys')
-rw-r--r--library/std/src/sys/unix/process/process_unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/process/process_unix.rs b/library/std/src/sys/unix/process/process_unix.rs
index f7112a73efa..4b210d6af13 100644
--- a/library/std/src/sys/unix/process/process_unix.rs
+++ b/library/std/src/sys/unix/process/process_unix.rs
@@ -693,7 +693,7 @@ impl ExitStatusError {
 }
 
 #[cfg(target_os = "linux")]
-#[unstable(feature = "linux_pidfd", issue = "none")]
+#[unstable(feature = "linux_pidfd", issue = "82971")]
 impl crate::os::linux::process::ChildExt for crate::process::Child {
     fn pidfd(&self) -> io::Result<&PidFd> {
         self.handle