Remove #[macro_use] extern crate tracing from rustc_codegen_ssa.

This commit is contained in:
Nicholas Nethercote 2024-05-22 15:08:26 +10:00
parent 8e94226e61
commit 8ae0694fcb
19 changed files with 24 additions and 8 deletions

View file

@ -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)