Skip to content

Commit 1d8a268

Browse files
Merge pull request rust-lang#1123 from Mark-Simulacrum/force-query-verification
Force enable query verification on all benchmarks
2 parents 9fe2dff + 987d174 commit 1d8a268

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)