Remove #[macro_use] extern crate tracing from rustc_ty_utils.

This commit is contained in:
Nicholas Nethercote
2024-05-22 13:16:49 +10:00
parent 5293c6adb7
commit bbe4efdb47
9 changed files with 8 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ use rustc_middle::ty::{self, Instance, TyCtxt, TypeVisitableExt};
use rustc_span::sym;
use rustc_trait_selection::traits;
use rustc_type_ir::ClosureKind;
use tracing::debug;
use traits::{translate_args, Reveal};
use crate::errors::UnexpectedFnPtrAssociatedItem;