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 73dc130 commit b500a78Copy full SHA for b500a78
src/bootstrap/dist.rs
@@ -896,6 +896,7 @@ impl Step for PlainSourceTarball {
896
cmd.arg("vendor")
897
.arg("--sync")
898
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
899
+ .arg("--sync")
900
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
901
.current_dir(&plain_dst_src);
902
builder.run(&mut cmd);
0 commit comments