cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

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

Open oli-obk opened this issue 1 year ago • 1 comments

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

oli-obk avatar Apr 25 '24 09:04 oli-obk

thank youuu :pray:

apiraino avatar Apr 25 '24 09:04 apiraino

Hey! Sorry to ask, but anyone know if we could merge/continue with this PR? :)

Thanks!

lochetti avatar Jan 13 '25 18:01 lochetti

@oli-obk Is this something you want to continue with? I forget what the status is.

ehuss avatar Jan 25 '25 21:01 ehuss