We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5139f4 + 66e05c2 commit c56cbf9Copy full SHA for c56cbf9
library/std/src/os/windows/process.rs
@@ -159,7 +159,7 @@ pub trait CommandExt: Sealed {
159
///
160
/// This is useful for passing arguments to `cmd.exe /c`, which doesn't follow
161
/// `CommandLineToArgvW` escaping rules.
162
- #[unstable(feature = "windows_process_extensions_raw_arg", issue = "29494")]
+ #[stable(feature = "windows_process_extensions_raw_arg", since = "1.62.0")]
163
fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command;
164
}
165
0 commit comments