You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ 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.
The text was updated successfully, but these errors were encountered:
Im (not yet) a rust expert. Maybe it would be helpful to mention also build instructions in the readme.
The text was updated successfully, but these errors were encountered: