We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed76b77 + 6f5de28 commit b97bfc3Copy full SHA for b97bfc3
src/bootstrap/dist.rs
@@ -879,6 +879,9 @@ impl Step for PlainSourceTarball {
879
880
// If we're building from git sources, we need to vendor a complete distribution.
881
if builder.rust_info.is_git() {
882
+ // Ensure we have the submodules checked out.
883
+ builder.update_submodule(Path::new("src/tools/rust-analyzer"));
884
+
885
// Vendor all Cargo dependencies
886
let mut cmd = Command::new(&builder.initial_cargo);
887
cmd.arg("vendor")
0 commit comments