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
|
@ -5,6 +5,7 @@ use rustc_middle::ty::{self, GenericArgKind, Ty};
|
|||
use rustc_session::config::Lto;
|
||||
use rustc_symbol_mangling::typeid_for_trait_ref;
|
||||
use rustc_target::abi::call::FnAbi;
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub struct VirtualIndex(u64);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue