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

Cant compile 0.3.3. #20

Closed
ipeacocks opened this issue Oct 22, 2018 · 2 comments
Closed

Cant compile 0.3.3. #20

ipeacocks opened this issue Oct 22, 2018 · 2 comments

Comments

@ipeacocks
Copy link

I am on 0.3.3 branch and during compiling I am getting next error:

cargo build --release && strip target/release/bioyno
   Compiling tokio-reactor v0.1.6
error[E0658]: use of unstable library feature 'thread_local_state': state querying was recently added (see issue #27716)
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-reactor-0.1.6/src/sharded_rwlock.rs:158:18
    |
158 |     REGISTRATION.try_with(|reg| reg.index).unwrap_or(0)
    |                  ^^^^^^^^

error: aborting due to previous error

error: Could not compile `tokio-reactor`.

To learn more, run the command again with --verbose.

I am on Ubuntu 16.04 with rustc 1.25.0 (standardf repo version). Do I need newer one?

@Albibek
Copy link
Collaborator

Albibek commented Oct 22, 2018

Looks like you need a newer version. You can install one via rustup.

@ipeacocks
Copy link
Author

ipeacocks commented Oct 24, 2018

It's fine with latest rust. You can close this issue.

@Albibek Albibek closed this as completed Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants