Skip to content

Commit

Permalink
Add a real tracking issue for CommandExt::groups
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Nov 10, 2021
1 parent 495322d commit c0fbada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/unix/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit c0fbada

Please sign in to comment.