mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:57:28 +00:00
Remove more `#[macro_use] extern crate tracing` Because explicit importing of macros via use items is nicer (more standard and readable) than implicit importing via `#[macro_use]`. Continuing the work from #124511 and #124914. r? `@jackh726`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.