mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
d17f0b0dd7
As the entry point for building the Rust compiler, a good user experience hinges on this compiling quickly to get to the meat of the problem. To that end use `#[cfg]`-specific dependencies to avoid building Windows crates on Unix and drop the `regex` crate for now which was easily replacable with some string searching.