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

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