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

Adding the rustc-dev component #100

Closed elichai closed 3 years ago

elichai commented 4 years ago

Hi, First, this is an awesome tool that I use frequently :) Second, I want to bisect something that uses rustc_ast, so for that I need also rustc-dev and currently it's not possible AFAIU.

Thanks!