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

auto check git if regression does not reproduce with lates nightly #312

Open matthiaskrgr opened 4 months ago

matthiaskrgr commented 4 months ago

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: