about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/common.rs
diff options
context:
space:
mode:
authorbishtpawan <pawan.bisht@knoldus.com>2020-08-05 17:05:53 +0530
committerbishtpawan <pawan.bisht@knoldus.com>2020-08-06 16:56:56 +0530
commitfdfbd89946ca34d12eec658d111ce9a85cd23df0 (patch)
tree0b70679788c0ecc7f0b01aba15a0ebfc76057392 /src/librustc_codegen_llvm/common.rs
parente18b56345f06c12be4dba9b5d76f306cdf0ab7f9 (diff)
downloadrust-fdfbd89946ca34d12eec658d111ce9a85cd23df0.tar.gz
rust-fdfbd89946ca34d12eec658d111ce9a85cd23df0.zip
Incorporate tracing crate
Diffstat (limited to 'src/librustc_codegen_llvm/common.rs')
-rw-r--r--src/librustc_codegen_llvm/common.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/common.rs b/src/librustc_codegen_llvm/common.rs
index 2a50d4a46d2..d822d619ffe 100644
--- a/src/librustc_codegen_llvm/common.rs
+++ b/src/librustc_codegen_llvm/common.rs
@@ -19,7 +19,7 @@ use rustc_span::symbol::Symbol;
 use rustc_target::abi::{self, AddressSpace, HasDataLayout, LayoutOf, Pointer, Size};
 
 use libc::{c_char, c_uint};
-use log::debug;
+use tracing::debug;
 
 /*
 * A note on nomenclature of linking: "extern", "foreign", and "upcall".