cargo-bisect-rustc
cargo-bisect-rustc copied to clipboard
Add support for stack overflow error regressions
From a conversation that began in https://github.com/rust-lang/cargo-bisect-rustc/pull/53#issuecomment-590008841
It would be helpful to support stack overflow errors as the regression definition. This can be hard coded with the current --regress= definition approach as of #53 , or supported through a new command line option that takes a substring for the stderr message search.
#142 has changed it so that a stack overflow is treated the same as an ICE.