Skip to content

Cannot compile newest Armada version (1.1.1) #11

@ghost

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions