Remove #[macro_use] extern crate tracing from rustc_const_eval.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use rustc_middle::mir::*;
|
||||
use rustc_middle::ty::{self, TyCtxt};
|
||||
use rustc_target::abi::Align;
|
||||
use tracing::debug;
|
||||
|
||||
/// Returns `true` if this place is allowed to be less aligned
|
||||
/// than its containing struct (because it is within a packed
|
||||
|
||||
Reference in New Issue
Block a user