You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Step 1...
Step 2...
Step 3...
Expected Behavior
(Write what you expected to happen here)
Your Environment
ubuntu
The text was updated successfully, but these errors were encountered:
🐛 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
Expected Behavior
(Write what you expected to happen here)
Your Environment
ubuntu
The text was updated successfully, but these errors were encountered: