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.
1 parent 3fe6cb3 commit 523380bCopy full SHA for 523380b
xtask/src/build.rs
@@ -36,7 +36,7 @@ impl Build {
36
let mut cargo = crate::cargo();
37
cargo
38
.args(careful)
39
- .arg("build")
+ .arg("rustc")
40
.env("CARGO_ENCODED_RUSTFLAGS", self.cargo_encoded_rustflags()?)
41
.args(self.cargo_build.artifact.arch.cargo_args())
42
.args(self.cargo_build.cargo_build_args());
0 commit comments