We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe2dff + 987d174 commit 1d8a268Copy full SHA for 1d8a268
collector/src/rustc-fake.rs
@@ -30,6 +30,7 @@ fn main() {
30
31
args.push(OsString::from("-Adeprecated"));
32
args.push(OsString::from("-Aunknown-lints"));
33
+ args.push(OsString::from("-Zincremental-verify-ich"));
34
35
if let Some(pos) = args.iter().position(|arg| arg == "--wrap-rustc-with") {
36
// Strip out the flag and its argument, and run rustc under the wrapper
0 commit comments