Remove #[macro_use] extern crate tracing from rustc_mir_transform.

This commit is contained in:
Nicholas Nethercote 2024-08-28 15:03:14 +10:00
parent 0d634185df
commit ed5161c5ac
39 changed files with 39 additions and 3 deletions

View file

@ -20,6 +20,7 @@ use rustc_span::source_map::Spanned;
use rustc_span::sym;
use rustc_target::abi::FieldIdx;
use rustc_target::spec::abi::Abi;
use tracing::{debug, instrument, trace, trace_span};
use crate::cost_checker::CostChecker;
use crate::deref_separator::deref_finder;