Lukas Wirth 72ae308c73 Do not unconditionally succeed RUSTC_WRAPPER checks when run by build scripts
rust-analyzer's RUSTC_WRAPPER 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.
2022-08-13 12:13:48 +02:00
..
2022-07-20 15:02:08 +02:00
2022-08-11 01:16:35 +09:00
2022-08-10 16:29:23 +08:00
2022-08-01 13:47:09 +02:00
2022-07-31 19:27:20 +02:00
2022-08-10 16:28:56 +08:00
2022-07-20 15:02:08 +02:00
2022-08-06 17:25:02 +03:00
2022-07-20 15:02:08 +02:00