Open
Description
cargo check -Zunstable-options --compile-time-deps
is taking almost 2 minutes because it is building capstone and libffi. The entire rest of the rust workspace takes only 1m34s to build with these options. When rust-lang/rust#143785 lands, this means that half of the time it takes rust-analyzer before it can do any analysis with a fresh build dir would be taken up by miri.