-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working

Description
Upon attempting to install Armada, I'm unable to compile Armada because of this error error[E0658]: use of unstable library feature 'stdin_forwarders'
whenever I run cargo install armada
.
Full error prompt below:
Compiling armada v1.1.1
error[E0658]: use of unstable library feature 'stdin_forwarders'
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/armada-1.1.1/src/args.rs:80:14
|
80 | .lines()
| ^^^^^
|
= note: see issue #87096 <https://github.com/rust-lang/rust/issues/87096> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `armada` due to previous error
error: failed to compile `armada v1.1.1`, intermediate artifacts can be found at `/tmp/cargo-installUewA9u`
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working