]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/install.rs
update miri
[rust.git] / src / bootstrap / install.rs
index 5aa634ea3a75fcfdfb37ec23a305f8395f8f80ac..27b9196d9868e10d23deb5cfb8682ef03f788397 100644 (file)
@@ -8,7 +8,7 @@
 use std::path::{Component, PathBuf};
 use std::process::Command;
 
-use crate::build_helper::t;
+use crate::util::t;
 
 use crate::dist::{self, sanitize_sh};
 use crate::tarball::GeneratedTarball;