We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bc0936 + c0fbada commit ebd1529Copy full SHA for ebd1529
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