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

Add a flag for pretending to be a stable compiler when bisecting. #335

Open oli-obk opened 5 months ago

oli-obk commented 5 months ago

This should avoid having to patch ahash and similar crates to not do nightly feature detection and break the bisection (see https://github.com/rust-lang/rust/issues/123276#issuecomment-2075001510 for an example).

We could also do this by default and add an opt-out flag for when you want to bisect code that uses feature gates

apiraino commented 5 months ago

thank youuu :pray: