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[E0433]: failed to resolve: could not find unix in os
--> C:\Users\me.cargo\registry\src\index.crates.io-6f17d22bba15001f\rust-companion-0.1.1\src\lib.rs:12:9
|
12 | os::unix::{
| ^^^^ could not find unix in os
For more information about this error, try rustc --explain E0433.
error: could not compile rust-companion (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile rust-companion (lib) due to previous error
Can you please update the lib.rs for windows users? I really want to develop under windows not linux
The text was updated successfully, but these errors were encountered:
error[E0433]: failed to resolve: could not find
unix
inos
--> C:\Users\me.cargo\registry\src\index.crates.io-6f17d22bba15001f\rust-companion-0.1.1\src\lib.rs:12:9
|
12 | os::unix::{
| ^^^^ could not find
unix
inos
For more information about this error, try
rustc --explain E0433
.error: could not compile
rust-companion
(lib) due to previous errorwarning: build failed, waiting for other jobs to finish...
error: could not compile
rust-companion
(lib) due to previous errorCan you please update the lib.rs for windows users? I really want to develop under windows not linux
The text was updated successfully, but these errors were encountered: