Remove #[macro_use] extern crate tracing
from rustc_codegen_ssa
.
This commit is contained in:
parent
8e94226e61
commit
8ae0694fcb
19 changed files with 24 additions and 8 deletions
|
@ -22,6 +22,7 @@ use rustc_session::Session;
|
|||
use rustc_target::spec::{Cc, LinkOutputKind, LinkerFlavor, Lld};
|
||||
|
||||
use cc::windows_registry;
|
||||
use tracing::{debug, warn};
|
||||
|
||||
/// Disables non-English messages from localized linkers.
|
||||
/// Such messages may cause issues with text encoding on Windows (#35785)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue