Remove #[macro_use] extern crate tracing from rustc_codegen_ssa.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user