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
$ cargo bisect-rustc --help
error: Found argument 'bisect-rustc' which wasn't expected, or isn't valid in this context
USAGE:
cargo-bisect-rustc.exe [OPTIONS] [-- <COMMAND_ARGS>...]
For more information try --help
However, invoking cargo-bisect-rustc directly does work:
$ cargo-bisect-rustc --help
Bisects rustc toolchains with rustup
USAGE:
cargo-bisect-rustc.exe [OPTIONS] [-- <COMMAND_ARGS>...]
ARGS:
<COMMAND_ARGS>... Arguments to pass to cargo or the file specified by --script during
tests
OPTIONS:
-a, --alt Download the alt build instead of normal build
...
The failing commit is b0ac34c, which changed to proper clap functions rather than structop. This fails on Windows and Linux.
The text was updated successfully, but these errors were encountered:
Alexhuszagh
changed the title
cargo bisect-rustccargo bisect-rustc fails while cargo-bisect-rustc works
Aug 4, 2022
Alexhuszagh
changed the title
cargo bisect-rustc fails while cargo-bisect-rustc workscargo bisect-rustc Fails While cargo-bisect-rustc Works.
Aug 4, 2022
992: Fix cargo-bisect-rustc issues during CI. r=Emilgardis a=Alexhuszagh
Works around rust-lang/cargo-bisect-rustc#186.
Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
Issue
Running the following currently seems to fail:
However, invoking
cargo-bisect-rustc
directly does work:This seems to be related to #46.
Version Info
Bisect
The failing commit is b0ac34c, which changed to proper
clap
functions rather thanstructop
. This fails on Windows and Linux.The text was updated successfully, but these errors were encountered: