mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-24 20:22:00 +00:00
Remove crossbeam-channel The standard library's std::sync::mpsc basically is a crossbeam channel, and for the use case here will definitely suffice. This drops this dependency from librustc_driver.