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 am not a rustacean and know the ecosystem but my guess is you forgot to record/update one of the dependencies somewhere.
error[E0463]: can't find crate for `core`
|
= note: the `x86_64-unknown-linux-musl` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-unknown-linux-musl`
error[E0463]: can't find crate for `compiler_builtins`
For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
....
Compiling crossterm v0.23.2
Compiling assert_matches v1.5.0
Compiling virterm v0.0.1 (/home/brucea/virterm)
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/main.rs:1:1
|
1 | #![feature(async_closure)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
I am in need of a terminal emulator for testing a curses application - see https://stackoverflow.com/questions/74661549/fake-mock-background-terminal-for-testing-an-ncurses-application
I found virterm via reddit
It does not compile out of the box.
I just ran:
I am not a rustacean and know the ecosystem but my guess is you forgot to record/update one of the dependencies somewhere.
The text was updated successfully, but these errors were encountered: