mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
I do not believe Cargo separately caches crates with different sets of features enabled. So, ensuring that tests run with `unstable-intrinsics` are always grouped should slightly reduce runtime. As an added benefit, all the debug mode tests run first so initial feedback is available faster.