Remove #[macro_use] extern crate tracing
from rustc_const_eval
.
This commit is contained in:
parent
c7da1a5bb8
commit
7a5d814a04
27 changed files with 29 additions and 3 deletions
|
@ -18,6 +18,8 @@ use rustc_middle::{bug, span_bug};
|
|||
use rustc_target::abi::Size;
|
||||
use rustc_target::abi::{self, VariantIdx};
|
||||
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use super::{
|
||||
throw_ub, throw_unsup_format, InterpCx, InterpResult, MPlaceTy, Machine, MemPlaceMeta, OpTy,
|
||||
Provenance, Scalar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue