1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_passes.

This commit is contained in:
Nicholas Nethercote 2024-05-22 13:47:35 +10:00
parent 448fc75232
commit 725292315e
5 changed files with 4 additions and 5 deletions

View file

@ -99,10 +99,10 @@ use rustc_middle::ty::{self, RootVariableMinCaptureList, Ty, TyCtxt};
use rustc_session::lint;
use rustc_span::symbol::{kw, sym, Symbol};
use rustc_span::{BytePos, Span};
use std::io;
use std::io::prelude::*;
use std::rc::Rc;
use tracing::{debug, instrument};
mod rwu_table;