You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since windows_process_extensions_raw_arg was stabilized on Rust 1.62, I would accept a patch to support this on 1.62+ using the build script.
It would also be nice to do #6 at the same release, considering that the standard library has determined that sealing the CommandExt will not cause breakage (rust-lang/rust#81975).
This is needed for some arguments to work correctly on some commands:
https://doc.rust-lang.org/nightly/std/os/windows/process/trait.CommandExt.html#tymethod.raw_arg
related to: rust-lang/rust#29494
The text was updated successfully, but these errors were encountered: