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 support for RUST_SRC_URL var at runtime #107

Closed tesuji closed 4 years ago

tesuji commented 4 years ago

With this PR, now the ordering to find rustc repo path is:

Closes #104.

tesuji commented 4 years ago

I moved the upstream related changes to other PRs.