Remove #[macro_use] extern crate tracing from rustc_codegen_llvm.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:50:24 +10:00
parent 9287aede31
commit 8e94226e61
19 changed files with 18 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ use rustc_middle::ty::layout::{FnAbiOf, LayoutOf};
use rustc_middle::ty::{self, Instance, TypeVisitableExt};
use rustc_session::config::CrateType;
use rustc_target::spec::RelocModel;
use tracing::debug;
impl<'tcx> PreDefineMethods<'tcx> for CodegenCx<'_, 'tcx> {
fn predefine_static(