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 e31e264 commit 5a88c7eCopy full SHA for 5a88c7e
src/bootstrap/dist.rs
@@ -311,6 +311,10 @@ pub fn rust_src_location(build: &Build) -> PathBuf {
311
312
/// Creates a tarball of save-analysis metadata, if available.
313
pub fn analysis(build: &Build, compiler: &Compiler, target: &str) {
314
+ if !build.config.rust_save_analysis {
315
+ return
316
+ }
317
+
318
println!("Dist analysis");
319
320
if compiler.host != build.config.build {
0 commit comments