Remove #[macro_use] extern crate tracing
from rustc_codegen_ssa
.
This commit is contained in:
parent
8e94226e61
commit
8ae0694fcb
19 changed files with 24 additions and 8 deletions
|
@ -10,6 +10,7 @@ use rustc_middle::ty::layout::{FnAbiOf, HasTyCtxt, TyAndLayout};
|
|||
use rustc_middle::ty::{self, Instance, Ty, TyCtxt, TypeFoldable, TypeVisitableExt};
|
||||
use rustc_middle::{bug, span_bug};
|
||||
use rustc_target::abi::call::{FnAbi, PassMode};
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use std::iter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue