Remove #[macro_use] extern crate tracing from rustc_borrowck.

This commit is contained in:
Nicholas Nethercote 2024-08-30 08:39:41 +10:00
parent 04a07dc314
commit 67556eca99
38 changed files with 38 additions and 3 deletions

View file

@ -20,6 +20,7 @@ use rustc_target::abi::FieldIdx;
use rustc_trait_selection::error_reporting::InferCtxtErrorExt;
use rustc_trait_selection::infer::InferCtxtExt;
use rustc_trait_selection::traits;
use tracing::debug;
use crate::diagnostics::BorrowedContentSource;
use crate::util::FindAssignments;