Explicitly import tracing macros
This commit is contained in:
parent
7d2be888b6
commit
fb6f4b4a6e
13 changed files with 14 additions and 7 deletions
|
@ -6,6 +6,7 @@ use rustc_type_ir::inherent::*;
|
|||
use rustc_type_ir::lang_items::TraitSolverLangItem;
|
||||
use rustc_type_ir::visit::TypeVisitableExt as _;
|
||||
use rustc_type_ir::{self as ty, Interner, TraitPredicate, Upcast as _};
|
||||
use tracing::{instrument, trace};
|
||||
|
||||
use crate::infcx::SolverDelegate;
|
||||
use crate::solve::assembly::structural_traits::{self, AsyncCallableRelevantTypes};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue