cargo-bisect-rustc
cargo-bisect-rustc copied to clipboard
Add support for link failure regressions
From a conversation that began in https://github.com/rust-lang/cargo-bisect-rustc/pull/53#issuecomment-590008841
It would be helpful to be able to define link failure errors as the regression definition. This could be supported through a new hard coded field as of the #53 changes, or supported with a new command line option that takes a substring for the stderr message search.