1
Fork 0

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

@ -14,6 +14,7 @@ use rustc_macros::{
use rustc_middle::ty::normalize_erasing_regions::NormalizationError;
use rustc_span::def_id::LOCAL_CRATE;
use rustc_span::Symbol;
use tracing::{debug, instrument};
use std::assert_matches::assert_matches;
use std::fmt;