Explicitly import tracing macros

This commit is contained in:
Michael Goulet
2024-06-17 19:12:23 -04:00
parent 7d2be888b6
commit fb6f4b4a6e
13 changed files with 14 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
use rustc_type_ir::inherent::*;
use rustc_type_ir::{self as ty, Interner};
use tracing::{instrument, trace};
use crate::infcx::SolverDelegate;
use crate::solve::{Certainty, EvalCtxt, Goal, QueryResult};