cargo-bisect-rustc
cargo-bisect-rustc copied to clipboard
auto check git if regression does not reproduce with lates nightly
When I use --start 2023-01-01 but the ice I am bisecting has not hit nightly yet, CBR will just quit with "latest nightly cant reproduce the regression"
It would be nice if, if --start and latest nightly do not repro, to automatically enter git/master mode and try the latest master toolchain :slightly_smiling_face: