We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x dist --stage 1 src/tools/rust-analyzer
1 parent 1851f08 commit 6f5de28Copy full SHA for 6f5de28
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