You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not unconditionally succeed RUSTC_WRAPPER when run by build scripts
intellij-rust-native-helper in `RUSTC_WRAPPER` role unconditionally succeeds
`cargo check` invocations tripping up build scripts using `cargo check` to
probe for successful compilations. To prevent this from happening the
`RUSTC_WRAPPER` now checks if it's run from a build script by looking for
the `CARGO_CFG_TARGET_ARCH` env var that cargo sets only when running
build scripts.
0 commit comments