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
error[E0658]: use of unstable library feature 'once_cell'
--> midi-file/src/program_track.rs:2:33
|
2 | use std::{collections::HashMap, sync::OnceLock, time::Duration};
| ^^^^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
error[E0658]: use of unstable library feature 'once_cell'
--> midi-file/src/program_track.rs:6:30
|
6 | static DEFAULT_PROGRAMS: OnceLock<HashMap<u8, u8>> = OnceLock::new();
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
error[E0658]: use of unstable library feature 'once_cell'
--> midi-file/src/program_track.rs:6:58
|
6 | static DEFAULT_PROGRAMS: OnceLock<HashMap<u8, u8>> = OnceLock::new();
| ^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
error[E0658]: use of unstable library feature 'once_cell'
--> midi-file/src/program_track.rs:6:58
|
6 | static DEFAULT_PROGRAMS: OnceLock<HashMap<u8, u8>> = OnceLock::new();
| ^^^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
error[E0658]: use of unstable library feature 'once_cell'
--> midi-file/src/program_track.rs:7:22
|
7 | DEFAULT_PROGRAMS.get_or_init(|| (0..16).map(|ch| (ch, 0)).collect())
| ^^^^^^^^^^^
|
= note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `midi-file` due to 5 previous errors
warning: build failed, waiting for other jobs to finish...
best regards
The text was updated successfully, but these errors were encountered:
sugizo
changed the title
install error
build neothesia-cli error
Sep 22, 2023
thread 'main' panicked at neothesia-cli/src/main.rs:49:74:
called `Result::unwrap()` on an `Err` value: AdapterRequest
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
environment
google colab
or
ubuntu (because the error is still on installation phase)
steps
result
best regards
The text was updated successfully, but these errors were encountered: