We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c821b71 commit 66e05c2Copy full SHA for 66e05c2
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
- #[stable(feature = "windows_process_extensions_raw_arg", since = "1.61.0")]
+ #[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