1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_codegen_ssa.

This commit is contained in:
Nicholas Nethercote 2024-05-22 15:08:26 +10:00
parent 8e94226e61
commit 8ae0694fcb
19 changed files with 24 additions and 8 deletions

View file

@ -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);