X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_codegen_llvm%2Fconsts.rs;h=b977da733aa3290f2aec0f8e742b0ea9880f7f91;hb=7c4ef37e19c0f9f501c04dd7bb1d5b864f0b6a2b;hp=acfb294f7c12b220a5f4c2e316d6dc13f5839bd0;hpb=568f6195bbf3c04a601a297a386e0e1dc0ca8333;p=rust.git diff --git a/src/librustc_codegen_llvm/consts.rs b/src/librustc_codegen_llvm/consts.rs index acfb294f7c1..b977da733aa 100644 --- a/src/librustc_codegen_llvm/consts.rs +++ b/src/librustc_codegen_llvm/consts.rs @@ -6,7 +6,6 @@ use crate::type_of::LayoutLlvmExt; use crate::value::Value; use libc::c_uint; -use log::debug; use rustc_codegen_ssa::traits::*; use rustc_hir as hir; use rustc_hir::def_id::DefId; @@ -21,6 +20,7 @@ use rustc_span::symbol::sym; use rustc_span::Span; use rustc_target::abi::{AddressSpace, Align, HasDataLayout, LayoutOf, Primitive, Scalar, Size}; +use tracing::debug; use std::ffi::CStr;