Skip to content

[Bug] error: could not compile snarkvm-curves #1498

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

Closed
SametBasturkk opened this issue Dec 23, 2021 · 1 comment
Closed

[Bug] error: could not compile snarkvm-curves #1498

SametBasturkk opened this issue Dec 23, 2021 · 1 comment
Labels
bug Incorrect or unexpected behavior

Comments

@SametBasturkk
Copy link

🐛 Bug Report

Compiling snarkvm-curves v0.7.5 (https://github.com/AleoHQ/snarkVM.git?rev=d3ae7e6#d3ae7e61)
error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /root/.cargo/git/checkouts/snarkvm-f1160780ffe17de8/d3ae7e6/curves/src/bls12_377/mod.rs:17:28
|
17 | #![cfg_attr(nightly, doc = include_str!("../../documentation/the_aleo_curves/02_bls12-377.md"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /root/.cargo/git/checkouts/snarkvm-f1160780ffe17de8/d3ae7e6/curves/src/bw6_761/mod.rs:17:28
|
17 | #![cfg_attr(nightly, doc = include_str!("../../documentation/the_aleo_curves/04_bw6-761.md"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /root/.cargo/git/checkouts/snarkvm-f1160780ffe17de8/d3ae7e6/curves/src/edwards_bls12/mod.rs:17:28
|
17 | #![cfg_attr(nightly, doc = include_str!("../../documentation/the_aleo_curves/01_edwards_bls12.md"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /root/.cargo/git/checkouts/snarkvm-f1160780ffe17de8/d3ae7e6/curves/src/edwards_bw6/mod.rs:17:28
|
17 | #![cfg_attr(nightly, doc = include_str!("../../documentation/the_aleo_curves/03_edwards_bw6.md"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error: aborting due to 4 previous errors

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

Steps to Reproduce

  1. Step 1...
  2. Step 2...
  3. Step 3...

Expected Behavior

(Write what you expected to happen here)

Your Environment

ubuntu

Screenshot from 2021-12-23 20-12-20

@SametBasturkk SametBasturkk added the bug Incorrect or unexpected behavior label Dec 23, 2021
@coolagrwal
Copy link

kindly resolve or provide workaround for this issue

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

No branches or pull requests

2 participants