1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_mir_transform.

This commit is contained in:
Nicholas Nethercote 2024-08-28 15:03:14 +10:00
parent 0d634185df
commit ed5161c5ac
39 changed files with 39 additions and 3 deletions

View file

@ -5,6 +5,7 @@ use rustc_middle::mir::TerminatorKind;
use rustc_middle::ty::{self, GenericArgsRef, InstanceKind, TyCtxt, TypeVisitableExt};
use rustc_session::Limit;
use rustc_span::sym;
use tracing::{instrument, trace};
// FIXME: check whether it is cheaper to precompute the entire call graph instead of invoking
// this query ridiculously often.