Skip to content
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

Cannot compile newest Armada version (1.1.1) #11

Closed
ghost opened this issue Jun 10, 2022 · 2 comments
Closed

Cannot compile newest Armada version (1.1.1) #11

ghost opened this issue Jun 10, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 10, 2022

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`
@d0nutptr
Copy link
Contributor

Ah! I didn't test that you could compile on stable.

I believe you should run

rustup default nightly

Then try installing again. I'll see if I cant fix this over lunch though!

@d0nutptr
Copy link
Contributor

Actually, the fix was super simple! I updated armada to 1.1.2 with a fix that allows it to compile on stable.

Sorry for the issue! I usually use nightly rust :P

@d0nutptr d0nutptr self-assigned this Jun 10, 2022
@d0nutptr d0nutptr added the bug Something isn't working label Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant