Skip to content

Commit 9697841

Browse files
committed
Only disable trace! but allow debug! with debug asserts off
1 parent 7d63e11 commit 9697841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
1212
[dependencies]
1313
lazy_static = "1.0"
1414
libc = "0.2"
15-
log = { package = "tracing", version = "0.1.19" }
15+
log = { package = "tracing", version = "0.1.19", features = ["release_max_level_debug"] }
1616
tracing-subscriber = { version = "0.2.11", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
1717
rustc_middle = { path = "../librustc_middle" }
1818
rustc_ast_pretty = { path = "../librustc_ast_pretty" }

0 commit comments

Comments
 (0)