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.
RUST_LOG=collector=debug
1 parent d1ed52b commit 8265748Copy full SHA for 8265748
src/tools/opt-dist/src/training.rs
@@ -39,7 +39,6 @@ fn init_compiler_benchmarks(
39
"--exact-match",
40
crates.join(",").as_str(),
41
])
42
- .env("RUST_LOG", "collector=debug")
43
.env("RUSTC", env.rustc_stage_0().as_str())
44
.env("RUSTC_BOOTSTRAP", "1")
45
.workdir(&env.rustc_perf_dir());
0 commit comments