Remove #[macro_use] extern crate tracing from rustc_middle.

This commit is contained in:
Nicholas Nethercote
2024-05-22 15:20:21 +10:00
parent 8ae0694fcb
commit e9a59dbed8
40 changed files with 41 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ use rustc_span::{ExpnId, ExpnKind, Span};
use rustc_target::abi::{Align, FieldIdx, Integer, IntegerType, VariantIdx};
pub use rustc_target::abi::{ReprFlags, ReprOptions};
pub use rustc_type_ir::{DebugWithInfcx, InferCtxtLike, WithInfcx};
use tracing::{debug, instrument};
pub use vtable::*;
use std::assert_matches::assert_matches;