We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTC_WRAPPER
1 parent 7fc4560 commit 395f754Copy full SHA for 395f754
crates/cargo-gpu/src/install.rs
@@ -301,6 +301,7 @@ package = "rustc_codegen_spirv"
301
}
302
cargo
303
.env_remove("RUSTC")
304
+ .env_remove("RUSTC_WRAPPER")
305
.env_remove("RUSTFLAGS")
306
// ignore any externally supplied target dir, we want to build it in our cache dir
307
.env_remove("CARGO_TARGET_DIR");
0 commit comments