Remove #[macro_use] extern crate tracing
from rustc_monomorphize
.
This commit is contained in:
parent
7a5d814a04
commit
70e964afe3
5 changed files with 4 additions and 3 deletions
|
@ -236,6 +236,7 @@ use rustc_span::symbol::{sym, Ident};
|
|||
use rustc_span::{Span, DUMMY_SP};
|
||||
use rustc_target::abi::Size;
|
||||
use std::path::PathBuf;
|
||||
use tracing::{debug, instrument, trace};
|
||||
|
||||
use crate::errors::{
|
||||
self, EncounteredErrorWhileInstantiating, NoOptimizedMir, RecursionLimit, TypeLengthLimit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue