Remove #[macro_use] extern crate tracing
from rustc_codegen_llvm
.
This commit is contained in:
parent
9287aede31
commit
8e94226e61
19 changed files with 18 additions and 4 deletions
|
@ -25,6 +25,7 @@ use rustc_target::abi::{
|
|||
Align, AlignFromBytesError, HasDataLayout, Primitive, Scalar, Size, WrappingRange,
|
||||
};
|
||||
use std::ops::Range;
|
||||
use tracing::{debug, instrument, trace};
|
||||
|
||||
pub fn const_alloc_to_llvm<'ll>(
|
||||
cx: &CodegenCx<'ll, '_>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue