We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe2dff commit 987d174Copy full SHA for 987d174
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