ppfuzz icon indicating copy to clipboard operation
ppfuzz copied to clipboard

Error on building

Open jalvarezit opened this issue 3 years ago • 6 comments

There is an error when building from source code and from cargo. Different one from this other issue Here is the error:

Compiling ppfuzz v1.0.1
error[E0658]: binding by-move and by-ref in the same pattern is unstable
--> /home/jusepe/.cargo/registry/src/github.com-1ecc6299db9ec823/ppfuzz-1.0.1/src/fuzzer.rs:53:37
|
53 |         if let Ok((ref url, vuln, is_err, detail, gadgets)) = res {
|                    -------                ^^^^^^  ^^^^^^^ by-move pattern here
|                    |                      |
|                    |                      by-move pattern here
|                    by-ref pattern here
|
= note: see issue #68354 <https://github.com/rust-lang/rust/issues/68354> for more information

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: could not compile `ppfuzz`.

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `ppfuzz v1.0.1`, intermediate artifacts can be found at `/tmp/cargo-installRpiuBb`

Caused by:
build failed

Cargo version:

cargo 1.46.0

jalvarezit avatar Jul 22 '21 13:07 jalvarezit

I have the same problem

ezelf avatar Jul 27 '21 16:07 ezelf

I have the same problem

What's your Rust version?

dwisiswant0 avatar Jul 30 '21 14:07 dwisiswant0

Updating crates.io index error: specified package clap v2.33.3 has no binaries

Fawadkhanfk avatar Aug 23 '21 18:08 Fawadkhanfk

same problem

KaioGomesx avatar Aug 31 '21 14:08 KaioGomesx

No updates?

infosecjunky avatar Nov 12 '21 20:11 infosecjunky

any updates on this?

BonkBink avatar Aug 12 '22 05:08 BonkBink

This issue packed on v1.0.2.

dwisiswant0 avatar Dec 01 '22 21:12 dwisiswant0