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

@@ -37,6 +37,7 @@ use rustc_span::{Span, Symbol};
use std::borrow::Cow;
use std::fmt;
use thin_vec::ThinVec;
use tracing::debug;
#[allow(missing_docs)]
pub fn assert_module_sources(tcx: TyCtxt<'_>, set_reuse: &dyn Fn(&mut CguReuseTracker)) {