Skip to content

Commit 7e88334

Browse files
Avoid errors on newly introduced warnings
1 parent 13271e0 commit 7e88334

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/src/execute/rustc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ fn record(
7373
.arg("--set")
7474
.arg("build.print-step-timings=true")
7575
.arg("--set")
76+
.arg("rust.deny-warnings=false")
77+
.arg("--set")
7678
.arg(&format!("build.rustc={}", fake_rustc.to_str().unwrap()))
7779
.env("RUSTC_PERF_REAL_RUSTC", &compiler.rustc)
7880
.arg("--set")

0 commit comments

Comments
 (0)