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 06d261d commit 09f75b9Copy full SHA for 09f75b9
library/std/src/os/unix/process.rs
@@ -154,6 +154,7 @@ pub trait CommandExt: Sealed {
154
/// required to gracefully handle errors it is recommended to use the
155
/// cross-platform `spawn` instead.
156
#[stable(feature = "process_exec2", since = "1.9.0")]
157
+ #[must_use]
158
fn exec(&mut self) -> io::Error;
159
160
/// Set executable argument
0 commit comments