We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15ef5f5 + 59c4cc3 commit 0c0025fCopy full SHA for 0c0025f
crates/project-model/src/target_data_layout.rs
@@ -16,7 +16,7 @@ pub fn get(
16
let mut cmd = Command::new(toolchain::rustc());
17
cmd.envs(extra_env);
18
cmd.current_dir(cargo_toml.parent())
19
- .args(["-Z", "unstable-options", "rustc", "--print", "target-spec-json"])
+ .args(["-Z", "unstable-options", "--print", "target-spec-json"])
20
.env("RUSTC_BOOTSTRAP", "1");
21
if let Some(target) = target {
22
cmd.args(["--target", target]);
0 commit comments