Skip to content

Commit 987d174

Browse files
Force enable query verification on all benchmarks
1 parent 9fe2dff commit 987d174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/src/rustc-fake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ fn main() {
3030

3131
args.push(OsString::from("-Adeprecated"));
3232
args.push(OsString::from("-Aunknown-lints"));
33+
args.push(OsString::from("-Zincremental-verify-ich"));
3334

3435
if let Some(pos) = args.iter().position(|arg| arg == "--wrap-rustc-with") {
3536
// Strip out the flag and its argument, and run rustc under the wrapper

0 commit comments

Comments
 (0)