1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_const_eval.

This commit is contained in:
Nicholas Nethercote 2024-05-22 14:20:23 +10:00
parent c7da1a5bb8
commit 7a5d814a04
27 changed files with 29 additions and 3 deletions

View file

@ -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,