rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
177 stars 55 forks source link

Detect more kinds of ICE #261

Closed clubby789 closed 1 year ago

clubby789 commented 1 year ago

Currently, panics due to things like .unwrap() aren't detected. Found as part of https://github.com/rust-lang/rust/issues/108529