December 18, 2019
cargo-bisect-rustc!
Bisection is SUCH an important tool to have in one's software debugging toolbox.
I use it all of the time!
Users of the git version control system can sometimes use the git bisect command to help them bisect.
I just read this article about the cargo-bisect-rustc utility.
It is a tool that uses bisection to help track down bugs in the Rust compiler!
ASTOUNDING!
I must STUDY this tool more!