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
|
@ -21,6 +21,7 @@ use rustc_middle::{bug, span_bug};
|
|||
use rustc_span::{sym, Span, Symbol};
|
||||
use rustc_target::abi::{self, Align, Float, HasDataLayout, Primitive, Size};
|
||||
use rustc_target::spec::{HasTargetSpec, PanicStrategy};
|
||||
use tracing::debug;
|
||||
|
||||
use std::cmp::Ordering;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue