]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgr
[rust.git] / src / bootstrap / lib.rs
index 35a58e11df929ac1c05c9f49cdf87cc5eb2fbff0..f84fcd21cfcfeacb7be2938ed3e5239377822a48 100644 (file)
@@ -796,7 +796,7 @@ fn rust_info(&self) -> &GitInfo {
     /// Gets the space-separated set of activated features for the standard
     /// library.
     fn std_features(&self, target: TargetSelection) -> String {
-        let mut features = "panic-unwind".to_string();
+        let mut features = " panic-unwind".to_string();
 
         match self.config.llvm_libunwind(target) {
             LlvmLibunwind::InTree => features.push_str(" llvm-libunwind"),