We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CommandExt::chroot
1 parent c437bfd commit e6dcf3aCopy full SHA for e6dcf3a
library/std/src/os/unix/process.rs
@@ -208,7 +208,7 @@ pub trait CommandExt: Sealed {
208
/// If no directory has been specified with `Command::current_dir`, this will set the directory
209
/// to `/`, to avoid leaving the current directory outside the chroot. (This is an intentional
210
/// difference from the underlying `chroot` system call.)
211
- #[unstable(feature = "process_chroot", issue = "none")]
+ #[unstable(feature = "process_chroot", issue = "141298")]
212
fn chroot<P: AsRef<Path>>(&mut self, dir: P) -> &mut process::Command;
213
}
214
0 commit comments