Remove #[macro_use] extern crate tracing from rustc_trait_selection.

This commit is contained in:
Nicholas Nethercote
2024-08-30 09:20:26 +10:00
parent cc16c902f1
commit 4b3fa8e9f0
48 changed files with 48 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ use rustc_middle::ty::fold::{FallibleTypeFolder, TypeFoldable, TypeSuperFoldable
use rustc_middle::ty::visit::{TypeSuperVisitable, TypeVisitable, TypeVisitableExt};
use rustc_middle::ty::{self, Ty, TyCtxt, TypeVisitor};
use rustc_span::DUMMY_SP;
use tracing::{debug, info, instrument};
use super::NoSolution;
use crate::error_reporting::traits::OverflowCause;