We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b27d8 commit 267d3c8Copy full SHA for 267d3c8
Cargo.lock
@@ -4072,7 +4072,6 @@ name = "rustc_log"
4072
version = "0.0.0"
4073
dependencies = [
4074
"tracing",
4075
- "tracing-core",
4076
"tracing-subscriber",
4077
"tracing-tree",
4078
]
compiler/rustc_log/src/lib.rs
@@ -38,7 +38,7 @@ use std::fmt::{self, Display};
38
use std::io::{self, IsTerminal};
39
40
use tracing::dispatcher::SetGlobalDefaultError;
41
-use tracing_core::{Event, Subscriber};
+use tracing::{Event, Subscriber};
42
use tracing_subscriber::filter::{Directive, EnvFilter, LevelFilter};
43
use tracing_subscriber::fmt::FmtContext;
44
use tracing_subscriber::fmt::format::{self, FormatEvent, FormatFields};
0 commit comments