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

@@ -10,6 +10,7 @@ use rustc_middle::ty::{self, Ty};
use rustc_mir_dataflow::move_paths::{LookupResult, MovePathIndex};
use rustc_span::{BytePos, ExpnKind, MacroKind, Span};
use rustc_trait_selection::error_reporting::traits::FindExprBySpan;
use tracing::debug;
use crate::diagnostics::{CapturedMessageOpt, DescribePlaceOpt, UseSpans};
use crate::prefixes::PrefixSet;