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[E0432]: unresolved import module::Shell::ShellClient
--> heroinn_client/src/main.rs:23:5
|
23 | use module::Shell::ShellClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no ShellClient in module::Shell
Some errors have detailed explanations: E0432, E0583.
For more information about an error, try rustc --explain E0432.
error: could not compile heroinn_client due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
I would guess from this error that a file has been removed from this project that is needed.
The text was updated successfully, but these errors were encountered:
Build seems to fail around here now on Debian:
Compiling egui-winit v0.19.0
Compiling colored v2.0.4
Compiling simple_logger v2.3.0
Compiling egui_extras v0.19.0
Compiling eframe v0.19.0
Compiling bytesize v1.3.0
Compiling termcolor v1.1.3
Compiling systemstat v0.2.3
Compiling heroinn_core v0.1.0 (/home/ph33r/dirty/Heroinn/heroinn_core)
Compiling simplelog v0.12.1
Compiling os_info v3.7.0
Compiling ioctl-rs v0.2.0
Compiling whoami v1.4.1
Compiling heroinn_client v0.1.0 (/home/ph33r/dirty/Heroinn/heroinn_client)
error[E0583]: file not found for module
Shell
--> heroinn_client/src/module/mod.rs:2:1
|
2 | pub mod Shell;
| ^^^^^^^^^^^^^^
|
= help: to create the module
Shell
, create file "heroinn_client/src/module/Shell.rs" or "heroinn_client/src/module/Shell/mod.rs"error[E0432]: unresolved import
module::Shell::ShellClient
--> heroinn_client/src/main.rs:23:5
|
23 | use module::Shell::ShellClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no
ShellClient
inmodule::Shell
Some errors have detailed explanations: E0432, E0583.
For more information about an error, try
rustc --explain E0432
.error: could not compile
heroinn_client
due to 2 previous errorswarning: build failed, waiting for other jobs to finish...
I would guess from this error that a file has been removed from this project that is needed.
The text was updated successfully, but these errors were encountered: