Remove #[macro_use] extern crate tracing
from rustc_middle
.
This commit is contained in:
parent
8ae0694fcb
commit
e9a59dbed8
40 changed files with 41 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue