Skip to content

Commit ebd1529

Browse files
authored
Rollup merge of rust-lang#90748 - cuviper:track-setgroups, r=dtolnay
Add a real tracking issue for `CommandExt::groups` The `unstable` attribute referenced the closed RFE rust-lang#38527, so I filed tracking issue rust-lang#90747.
2 parents 5bc0936 + c0fbada commit ebd1529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/os/unix/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub trait CommandExt: Sealed {
3939

4040
/// Sets the supplementary group IDs for the calling process. Translates to
4141
/// a `setgroups` call in the child process.
42-
#[unstable(feature = "setgroups", issue = "38527", reason = "")]
42+
#[unstable(feature = "setgroups", issue = "90747")]
4343
fn groups(
4444
&mut self,
4545
#[cfg(not(target_os = "vxworks"))] groups: &[u32],

0 commit comments

Comments
 (0)