kennytm / rustup-toolchain-install-master

Install a rustc master toolchain usable from rustup
MIT License
72 stars 13 forks source link

Merge (parts of this) with cargo-bisect-rustc #42

Open hellow554 opened 3 years ago

hellow554 commented 3 years ago

The https://github.com/rust-lang/cargo-bisect-rustc project has a lot of similar stuff going on as here. Finding a specific toolchain, installing it, removing it.

I really would like to see, that cargo-bisect-rustc uses this project as a git submodule or as a crate.

Do you think this would be possible and feasible?