Skip to content

Commit 17fdf19

Browse files
committed
CommandExt::chroot: Add tracking issue
1 parent c3b750c commit 17fdf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/unix/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub trait CommandExt: Sealed {
208208
/// If no directory has been specified with `Command::current_dir`, this will set the directory
209209
/// to `/`, to avoid leaving the current directory outside the chroot. (This is an intentional
210210
/// difference from the underlying `chroot` system call.)
211-
#[unstable(feature = "process_chroot", issue = "none")]
211+
#[unstable(feature = "process_chroot", issue = "141298")]
212212
fn chroot<P: AsRef<Path>>(&mut self, dir: P) -> &mut process::Command;
213213
}
214214

0 commit comments

Comments
 (0)