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
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/gh.neting.cc-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`
The text was updated successfully, but these errors were encountered:
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 runcargo install armada
.Full error prompt below:
The text was updated successfully, but these errors were encountered: