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 b796087 commit 27cc119Copy full SHA for 27cc119
src/bootstrap/dist.rs
@@ -630,7 +630,7 @@ impl Step for Analysis {
630
let image = tmpdir(build).join(format!("{}-{}-image", name, target));
631
632
let src = build.stage_out(compiler, Mode::Libstd)
633
- .join(target).join("release").join("deps");
+ .join(target).join(build.cargo_dir()).join("deps");
634
635
let image_src = src.join("save-analysis");
636
let dst = image.join("lib/rustlib").join(target).join("analysis");
0 commit comments