Bisecting: 337 revisions left to test after this (roughly 9 steps)
It would be cool if cargo-bisect-rustc would report the number of nightlies left to test (and expected number of steps there) and then the number of commits left to test for that nightly (and the expected number of steps there). That way I might at least quickly do back-of-envelope guess as to when I should come back and look at the result it came up with.
When you run
git bisect
, it includes output like:It would be cool if
cargo-bisect-rustc
would report the number of nightlies left to test (and expected number of steps there) and then the number of commits left to test for that nightly (and the expected number of steps there). That way I might at least quickly do back-of-envelope guess as to when I should come back and look at the result it came up with.