We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CommandExt::groups
1 parent 495322d commit c0fbadaCopy full SHA for c0fbada
library/std/src/os/unix/process.rs
@@ -39,7 +39,7 @@ pub trait CommandExt: Sealed {
39
40
/// Sets the supplementary group IDs for the calling process. Translates to
41
/// a `setgroups` call in the child process.
42
- #[unstable(feature = "setgroups", issue = "38527", reason = "")]
+ #[unstable(feature = "setgroups", issue = "90747")]
43
fn groups(
44
&mut self,
45
#[cfg(not(target_os = "vxworks"))] groups: &[u32],
0 commit comments