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.
1 parent 9e8fd24 commit 65b144cCopy full SHA for 65b144c
src/libstd/sys/unix/ext/process.rs
@@ -56,7 +56,7 @@ pub trait CommandExt {
56
/// When this closure is run, aspects such as the stdio file descriptors and
57
/// working directory have successfully been changed, so output to these
58
/// locations may not appear where intended.
59
- #[unstable(feature = "process_exec", issue = "31398")]
+ #[stable(feature = "process_exec", since = "1.15.0")]
60
fn before_exec<F>(&mut self, f: F) -> &mut process::Command
61
where F: FnMut() -> io::Result<()> + Send + Sync + 'static;
62
0 commit comments