-
Notifications
You must be signed in to change notification settings - Fork 1
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[E0554]: #![feature]
may not be used on the stable release channel
#1
Comments
Ahh, right. This is likely due to missing There's a note in the peerpiper/crates/peerpiper-wallet/README.md Lines 17 to 32 in c8431a7
|
Oh wait, you might be running rust stable, you need to switch to the nightly toolchain rustup toolchain install nightly
rustup default nightly |
I should add the |
When cloning this repo and running
cargo build
I get this error:
Compiling delanocreds v0.2.0 (/Users/nandi/Documents/projekte/DecentraSol/peerpiper/submodules/delanocreds/crates/delanocreds)
Compiling wnfs v0.2.1
error[E0554]:
#![feature]
may not be used on the stable release channel--> submodules/delanocreds/crates/delanocreds/src/lib.rs:1:12
|
1 | #![feature(cfg_eval)]
| ^^^^^^^^
For more information about this error, try
rustc --explain E0554
.error: could not compile
delanocreds
(lib) due to previous errorwarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: