You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rustup install nightly-2019-10-23
$ cd /path/to/code
$ rustup override set nightly-2019-10-2
$ cargo install --force --version 0.5.5 cargo-fuzz
I had to use an older version of cargo-fuzz because the older nightly failed compiling the arbitrary crate. I think it was using a newer experimental feature. I chose the version that was released right before nightly stopped working.
edit: I noticed that issue was supposedly fixed. This seems to work though 🤷♂
edit 2: rust-lang/rust#65241 landed 6 days ago. We were both using nightly versions prior to that change. If you rustup update nightly then everything should work fine. Happy fuzzing!
I followed the tutorial here https://rust-fuzz.github.io/book/cargo-fuzz/tutorial.html The build failed with this
Metadata:
The text was updated successfully, but these errors were encountered: