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

Clarify docs about local src usage #310

Closed apiraino closed 10 months ago

apiraino commented 10 months ago

After looking at the new default source access in #307 I've found that docs are missing a suggestion on how to use --access=checkout.

While I was there I clarified that the user-provided script to test rustc bisection must be executable (i always used to trip on that)