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 #5

Open
myzinsky opened this issue Dec 31, 2023 · 1 comment
Open

Cannot Compile #5

myzinsky opened this issue Dec 31, 2023 · 1 comment

Comments

@myzinsky
Copy link

❯ cargo build
   Compiling cloudlog-adifwatch v0.0.18 (/Users/myzinsky/Programming/cloudlog-adifwatch)
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/main.rs:2:2
  |
2 |     maybe_uninit_slice,
  |     ^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `cloudlog-adifwatch` (bin "cloudlog-adifwatch") due to previous error

Im (not yet) a rust expert. Maybe it would be helpful to mention also build instructions in the readme.

@illdefined
Copy link
Owner

Can you try building it with the nightly version of Rust?

If you manage your Rust installation through rustup, check out https://rust-lang.github.io/rustup/concepts/channels.html.

I’ll probably add a note to the README.

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