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

Fail to install Cursive #197

Closed
emmtte opened this issue Jan 27, 2018 · 3 comments
Closed

Fail to install Cursive #197

emmtte opened this issue Jan 27, 2018 · 3 comments

Comments

@emmtte
Copy link

emmtte commented Jan 27, 2018

Plese help me , Impossible to install Cursive
What's wrong

 Compiling enumset v0.3.3
error: associated constants are experimental (see issue #29646)
  --> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.3/src/lib.rs:96:5
   |
96 |     const ZERO: Self::Repr;
   |     ^^^^^^^^^^^^^^^^^^^^^^^

error: associated constants are experimental (see issue #29646)
  --> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.3/src/lib.rs:97:5
   |
97 |     const ONE : Self::Repr;
   |     ^^^^^^^^^^^^^^^^^^^^^^^

error: associated constants are experimental (see issue #29646)
  --> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/enumset-0.3.3/src/lib.rs:98:5
   |
98 |     const VARIANT_COUNT: u8;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 3 previous errors

error: Could not compile `enumset`.
@matthiasbeyer
Copy link
Contributor

matthiasbeyer commented Jan 27, 2018

What compiler version are you using?

It builds fine for me with rustc 1.22.1!

@gyscos
Copy link
Owner

gyscos commented Jan 27, 2018

According to the issue linked in the error message, it was stabilized in rust 1.20:
rust-lang/rust#29646 (comment)

@emmtte
Copy link
Author

emmtte commented Jan 27, 2018

Ok, thanks all of you.
Working with an Rust update

@emmtte emmtte closed this as completed Jan 27, 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

3 participants