]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/builder.rs
Auto merge of #99034 - RalfJung:miri, r=Mark-Simulacrum
[rust.git] / src / bootstrap / builder.rs
index 2e89abe202cf6690cd0ee5059dd5ad42f4b896b0..fa6a5ee1668f8edf229af72c600e19cd35b03472 100644 (file)
@@ -949,6 +949,7 @@ pub(crate) fn fix_bin_or_dylib(&self, fname: &Path) {
     }
 
     pub(crate) fn download_component(&self, url: &str, dest_path: &Path, help_on_error: &str) {
+        self.verbose(&format!("download {url}"));
         // Use a temporary file in case we crash while downloading, to avoid a corrupt download in cache/.
         let tempfile = self.tempdir().join(dest_path.file_name().unwrap());
         // While bootstrap itself only supports http and https downloads, downstream forks might