We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd3de7 commit 7e9a3cdCopy full SHA for 7e9a3cd
collector/src/rustc-fake.rs
@@ -25,6 +25,7 @@ fn main() {
25
}
26
27
args.push(std::ffi::OsString::from("-Adeprecated"));
28
+ args.push(std::ffi::OsString::from("-Aunknown-lints"));
29
30
if let Some(pos) = args.iter().position(|arg| arg == "--wrap-rustc-with") {
31
// Strip out the flag and its argument, and run rustc under the wrapper
0 commit comments