rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

'Reproduce with' output has invalid command #254

Open clubby789 opened 1 year ago

clubby789 commented 1 year ago

I invoked the program with cargo-bisect-rustc --start 2023-01-27 --regress ice. The output of the reproduce with section, however, was

cargo bisect-rustc 2023-01-27 --regress ice 

Missing the --start portion of the command.