]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/cc_detect.rs
Auto merge of #94976 - jclulow:solaris-festival, r=Mark-Simulacrum
[rust.git] / src / bootstrap / cc_detect.rs
index 8c47f625d732bc3868c5018828d9371f0626435f..7ce446876118af13244c4c914dc2dfcdf1ca525a 100644 (file)
@@ -26,9 +26,8 @@
 use std::process::Command;
 use std::{env, iter};
 
-use build_helper::output;
-
 use crate::config::{Target, TargetSelection};
+use crate::util::output;
 use crate::{Build, CLang, GitRepo};
 
 // The `cc` crate doesn't provide a way to obtain a path to the detected archiver,