]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/install.rs
Rollup merge of #60766 - vorner:weak-into-raw, r=sfackler
[rust.git] / src / bootstrap / install.rs
index 2d040d60e5fd7d2aa7e3af14e70b3f57c05cb4ff..deda30b6bbd9beb1263219ccd4ec0b098cd1b64e 100644 (file)
@@ -8,6 +8,8 @@
 use std::path::{Path, PathBuf, Component};
 use std::process::Command;
 
+use build_helper::t;
+
 use crate::dist::{self, pkgname, sanitize_sh, tmpdir};
 
 use crate::builder::{Builder, RunConfig, ShouldRun, Step};