Skip to content

Instantly share code, notes, and snippets.

@hpk42
Created February 25, 2019 18:14
Show Gist options
  • Save hpk42/8e603e075e63493295c96cb15b0a5c59 to your computer and use it in GitHub Desktop.
Save hpk42/8e603e075e63493295c96cb15b0a5c59 to your computer and use it in GitHub Desktop.
Compiling curve25519-dalek v1.1.3
error[E0658]: `Self` struct constructors are unstable (see issue #51994)
--> /home/hpk/.cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-1.1.3/src/edwards.rs:696:9
|
696 | Self(scalar_mul::precomputed_straus::VartimePrecomputedStraus::new(static_points))
| ^^^^
error[E0658]: `Self` struct constructors are unstable (see issue #51994)
--> /home/hpk/.cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-1.1.3/src/ristretto.rs:925:9
|
925 | Self(
| ^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
error: Could not compile `curve25519-dalek`.
warning: build failed, waiting for other jobs to finish...
error: build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment