Skip to content

Commit c56cbf9

Browse files
authored
Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay
stabilize windows_process_extensions_raw_arg Stabilizes the feature tracked at #92939
2 parents d5139f4 + 66e05c2 commit c56cbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/windows/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub trait CommandExt: Sealed {
159159
///
160160
/// This is useful for passing arguments to `cmd.exe /c`, which doesn't follow
161161
/// `CommandLineToArgvW` escaping rules.
162-
#[unstable(feature = "windows_process_extensions_raw_arg", issue = "29494")]
162+
#[stable(feature = "windows_process_extensions_raw_arg", since = "1.62.0")]
163163
fn raw_arg<S: AsRef<OsStr>>(&mut self, text_to_append_as_is: S) -> &mut process::Command;
164164
}
165165

0 commit comments

Comments
 (0)