Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on building #20

Closed
jalvarezit opened this issue Jul 22, 2021 · 7 comments
Closed

Error on building #20

jalvarezit opened this issue Jul 22, 2021 · 7 comments

Comments

@jalvarezit
Copy link

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
@ezelf
Copy link

ezelf commented Jul 27, 2021

I have the same problem

@dwisiswant0
Copy link
Owner

I have the same problem

What's your Rust version?

@Fawadkhanfk
Copy link

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

@KaioGomesx
Copy link

same problem

@infosecjunky
Copy link

No updates?

@BonkBink
Copy link

any updates on this?

@dwisiswant0
Copy link
Owner

This issue packed on v1.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants