1
Fork 0

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

@ -31,6 +31,7 @@ use rustc_middle::ty::{
};
use rustc_span::symbol::sym;
use rustc_span::Symbol;
use tracing::{debug, instrument, trace};
use self::EvaluationResult::*;
use self::SelectionCandidate::*;