diff options
| author | Josh Stone <jistone@redhat.com> | 2021-11-09 17:28:56 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2021-11-09 17:28:56 -0800 |
| commit | c0fbadaba395e4006e2d9dc8f2f8461e754c0b80 (patch) | |
| tree | 42d84af70778b5c360738c6c77229e2983d37e16 | |
| parent | 495322d776fd6f679cd8cd4ca02b8fa834da654b (diff) | |
| download | rust-c0fbadaba395e4006e2d9dc8f2f8461e754c0b80.tar.gz rust-c0fbadaba395e4006e2d9dc8f2f8461e754c0b80.zip | |
Add a real tracking issue for `CommandExt::groups`
| -rw-r--r-- | library/std/src/os/unix/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/unix/process.rs b/library/std/src/os/unix/process.rs index 286a7c3b386..01b8303a6c3 100644 --- a/library/std/src/os/unix/process.rs +++ b/library/std/src/os/unix/process.rs @@ -39,7 +39,7 @@ pub trait CommandExt: Sealed { /// Sets the supplementary group IDs for the calling process. Translates to /// a `setgroups` call in the child process. - #[unstable(feature = "setgroups", issue = "38527", reason = "")] + #[unstable(feature = "setgroups", issue = "90747")] fn groups( &mut self, #[cfg(not(target_os = "vxworks"))] groups: &[u32], |
