Actually use tracing for logging

This commit is contained in:
Deadbeef 2023-07-06 05:21:33 +00:00 committed by Yacin Tmimi
parent f2bad9c7af
commit 5ed7f74d10

View File

@ -8,7 +8,7 @@
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate log;
extern crate tracing;
// N.B. these crates are loaded from the sysroot, so they need extern crate.
extern crate rustc_ast;