about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2023-06-13 09:15:57 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2023-06-13 09:15:57 +0200
commit86aa326ec0491d3116a818e5ed4c523bdedd065f (patch)
treec59deb40bd4f28c8fec234315a2e9f1a8f2051d2 /src
parent466812394508495935ff3eb57152ce231a3635eb (diff)
downloadrust-86aa326ec0491d3116a818e5ed4c523bdedd065f.tar.gz
rust-86aa326ec0491d3116a818e5ed4c523bdedd065f.zip
fmt
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/builder.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index fe0c1dfb70b..7c8e3536df5 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -1650,7 +1650,8 @@ impl<'a> Builder<'a> {
             }
         };
         cargo.env(profile_var("DEBUG"), debuginfo_level.to_string());
-        if !self.config.dry_run() && self.cc.borrow()[&target].args().iter().any(|arg| arg == "-gz") {
+        if !self.config.dry_run() && self.cc.borrow()[&target].args().iter().any(|arg| arg == "-gz")
+        {
             rustflags.arg("-Clink-arg=-gz");
         }
         cargo.env(