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 b1c29bc commit 1694278Copy full SHA for 1694278
src/bin/cargo-afl.rs
@@ -305,7 +305,7 @@ where
305
306
// The new LLVM pass manager was not enabled in rustc 1.57 as expected:
307
// https://github.com/rust-lang/rust/pull/91263
308
- // The fix for now is to only pass `-C passes=sancov-module` to nightly
+ // The fix for now is to pass `-C passes=sancov-module` only to nightly
309
// compilers for which the LLVM version is >= 13.
310
311
let version_meta = rustc_version::version_meta().unwrap();
0 commit comments