Skip to content

Commit

Permalink
Merge pull request #1123 from Mark-Simulacrum/force-query-verification
Browse files Browse the repository at this point in the history
Force enable query verification on all benchmarks
  • Loading branch information
Mark-Simulacrum authored Dec 17, 2021
2 parents 9fe2dff + 987d174 commit 1d8a268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/src/rustc-fake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ fn main() {

args.push(OsString::from("-Adeprecated"));
args.push(OsString::from("-Aunknown-lints"));
args.push(OsString::from("-Zincremental-verify-ich"));

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

0 comments on commit 1d8a268

Please sign in to comment.