1
Fork 0

Add some more tracing

This commit is contained in:
Oli Scherer 2021-09-20 15:24:47 +00:00
parent 38e576423d
commit 4281380717
5 changed files with 13 additions and 3 deletions

View file

@ -25,6 +25,9 @@
#[macro_use]
extern crate rustc_macros;
#[macro_use]
extern crate tracing;
use rustc_data_structures::AtomicRef;
use rustc_macros::HashStable_Generic;
use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};