Remove #[macro_use] extern crate tracing from rustc_monomorphize.
This commit is contained in:
@@ -18,6 +18,7 @@ use rustc_middle::ty::{
|
||||
GenericArgsRef, Ty, TyCtxt, UnusedGenericParams,
|
||||
};
|
||||
use rustc_span::symbol::sym;
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use crate::errors::UnusedGenericParamsHint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user