We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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`.
The text was updated successfully, but these errors were encountered:
What compiler version are you using?
It builds fine for me with rustc 1.22.1!
Sorry, something went wrong.
According to the issue linked in the error message, it was stabilized in rust 1.20: rust-lang/rust#29646 (comment)
Ok, thanks all of you. Working with an Rust update
No branches or pull requests
Plese help me , Impossible to install Cursive
What's wrong
The text was updated successfully, but these errors were encountered: