Add a real tracking issue for CommandExt::groups
This commit is contained in:
parent
495322d776
commit
c0fbadaba3
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue