mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 07:12:04 +00:00
Don't use a thread to load the dep graph This removes the use of a thread to load the dep graph. It's not currently useful as we immediately block on it. r? `@oli-obk`