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
I tried to get it working on my side but got the following error:
I'm using debian 11 and cargo 1.46.0
$ cargo run --release
Compiling hidapi v1.4.1
Compiling alsa v0.5.0
Compiling num-derive v0.3.3
Compiling maschine-mikro-mk3-driver v0.1.0 (/media/ze/data/sync/make/maschine/maschine-mikro-mk3-driver)
error[E0658]: use of unstable library feature 'slice_fill'
--> src/lights.rs:44:21
|
44 | self.status.fill(0);
| ^^^^
|
= note: see issue #70758 <https://github.com/rust-lang/rust/issues/70758> for more information
error[E0658]: use of unstable library feature 'slice_fill'
--> src/screen.rs:18:21
|
18 | self.buffer.fill(0xff);
| ^^^^
|
= note: see issue #70758 <https://github.com/rust-lang/rust/issues/70758> for more information
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
error: could not compile `maschine-mikro-mk3-driver`.
To learn more, run the command again with --verbose.
Which according to the explanation might work only using a nightly release.
Can i hope to get this working with the stable rust version?
The text was updated successfully, but these errors were encountered:
Hello,
I tried to get it working on my side but got the following error:
Which according to the explanation might work only using a nightly release.
Can i hope to get this working with the stable rust version?
The text was updated successfully, but these errors were encountered: