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
I received this error msg while trying to cargo test marlin
error[E0554]: #![feature] may not be used on the stable release channel
--> /mnt/c/phd_3rd_year/multiprover-snark/mpc-trait/src/lib.rs:1:1
|
1 | #![feature(associated_type_defaults)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try rustc --explain E0554.
error: could not compile mpc-trait due to previous error
Any suggestions?
The text was updated successfully, but these errors were encountered:
I received this error msg while trying to cargo test marlin
error[E0554]:
#![feature]
may not be used on the stable release channel--> /mnt/c/phd_3rd_year/multiprover-snark/mpc-trait/src/lib.rs:1:1
|
1 | #![feature(associated_type_defaults)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try
rustc --explain E0554
.error: could not compile
mpc-trait
due to previous errorAny suggestions?
The text was updated successfully, but these errors were encountered: