Closed
Description
It is not an uncommon pattern for build scripts to invoke rustc to detect whether some features are available. Popular crates like anyhow and eyre do that, and the autocfg crate (14 million "recent" downloads, >100 million all-time downloads) even provides a convenient interface to write such build scripts.
RA entirely breaks that by having a RUSTC_WRAPPER that always returns success. I think that is a bug in RA.