about summary refs log tree commit diff
path: root/src/bootstrap/download.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/download.rs')
-rw-r--r--src/bootstrap/download.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/download.rs b/src/bootstrap/download.rs
index 8ee5ed83529..91d26a76bad 100644
--- a/src/bootstrap/download.rs
+++ b/src/bootstrap/download.rs
@@ -253,7 +253,7 @@ impl Config {
             if !help_on_error.is_empty() {
                 eprintln!("{}", help_on_error);
             }
-            crate::detail_exit_macro!(1);
+            crate::exit!(1);
         }
     }