diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-22 14:45:14 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-23 18:02:40 +1000 |
| commit | 9287aede315833ed6220ba5ad1cfd2ce13249b92 (patch) | |
| tree | 98a85113b3e869210ccdaba6ed388e977bd67be7 /compiler/rustc_mir_dataflow/src/framework/engine.rs | |
| parent | bb364fe9502e1a70c9464bbfdbc40a280caad762 (diff) | |
| download | rust-9287aede315833ed6220ba5ad1cfd2ce13249b92.tar.gz rust-9287aede315833ed6220ba5ad1cfd2ce13249b92.zip | |
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/framework/engine.rs')
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/framework/engine.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_mir_dataflow/src/framework/engine.rs b/compiler/rustc_mir_dataflow/src/framework/engine.rs index ea9cf6565e7..564a99e5df8 100644 --- a/compiler/rustc_mir_dataflow/src/framework/engine.rs +++ b/compiler/rustc_mir_dataflow/src/framework/engine.rs @@ -19,6 +19,7 @@ use rustc_middle::mir::{create_dump_file, dump_enabled}; use rustc_middle::ty::print::with_no_trimmed_paths; use rustc_middle::ty::TyCtxt; use rustc_span::symbol::{sym, Symbol}; +use tracing::{debug, error}; use super::fmt::DebugWithContext; use super::graphviz; |
