./x test ui -- --help
requires an additional --
when going through ./x
in PowerShell (msvc)
#140157
Labels
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
On Windows MSVC + PowerShell,
requires an additional
--
Not a huge deal, just a papercut. Probably has to do with
./x.ps1
or sth treating--
as its own arg separator.This isn't a problem if
x.py
is directly invoked via python, i.e.works the same on Unix / MSVC.
The text was updated successfully, but these errors were encountered: