ppfuzz
ppfuzz copied to clipboard
Error on building
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
I have the same problem
I have the same problem
What's your Rust version?
Updating crates.io index
error: specified package clap v2.33.3
has no binaries
same problem
No updates?
any updates on this?
This issue packed on v1.0.2.