https://github.com/rust-fuzz/cargo-fuzz/issues/276 `afl.rs` suffers from this issue as well: https://github.com/rust-fuzz/afl.rs/blob/29134042d23f198ccf4f8fa77eb68e398eb56cff/src/bin/cargo-afl.rs#L307 https://github.com/rust-fuzz/afl.rs/blob/29134042d23f198ccf4f8fa77eb68e398eb56cff/src/bin/cargo-afl.rs#L326 There seem to be at least two options: * Wait and see what `cargo-fuzz` does. * Charge ahead and implement a fix for the latest nightly. I don't have a strong opinion. Does anyone else?