Skip to content

Commit

Permalink
Rollup merge of #90748 - cuviper:track-setgroups, r=dtolnay
Browse files Browse the repository at this point in the history
Add a real tracking issue for `CommandExt::groups`

The `unstable` attribute referenced the closed RFE #38527, so I filed tracking issue #90747.
  • Loading branch information
matthiaskrgr authored Nov 10, 2021
2 parents 5bc0936 + c0fbada commit ebd1529
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 ebd1529

Please sign in to comment.