about summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-07-13 02:28:07 -0500
committerjyn <github@jyn.dev>2023-07-13 03:24:08 -0500
commit441972d18b05f8bd1bb2f05c0aad4f242ebe77a5 (patch)
treea2e79e9d627b5110b4493961dc02feb76252f4c2 /src/bootstrap/compile.rs
parent33a2c2487ac5d9927830ea4c1844335c6b9f77db (diff)
Rename `detail_exit_macro` to `exit`
`detail` and `macro` weren't adding any info.
Diffstat (limited to 'src/bootstrap/compile.rs')
-rw-r--r--src/bootstrap/compile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs
index caa7417011e..ffa272cd69f 100644
--- a/src/bootstrap/compile.rs
+++ b/src/bootstrap/compile.rs
@@ -1826,7 +1826,7 @@ pub fn run_cargo(
     });
 
     if !ok {
-        crate::detail_exit_macro!(1);
+        crate::exit!(1);
     }
 
     // Ok now we need to actually find all the files listed in `toplevel`. We've