From cf7cf48ea89903c2d99a1bfecb9da91c8c7040e7 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 21 Jun 2022 22:18:26 -0700 Subject: Export `t!` from the bootstrap lib so bins can use it --- src/bootstrap/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bootstrap/lib.rs') diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 859d35b7d7b..cf5ffdafbae 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -122,8 +122,7 @@ use once_cell::sync::OnceCell; use crate::builder::Kind; use crate::config::{LlvmLibunwind, TargetSelection}; use crate::util::{ - check_run, exe, libdir, mtime, output, run, run_suppressed, t, try_run, try_run_suppressed, - CiEnv, + check_run, exe, libdir, mtime, output, run, run_suppressed, try_run, try_run_suppressed, CiEnv, }; mod builder; -- cgit 1.4.1-3-g733a5