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
Compiling xcp v0.4.0
error[E0433]: failed to resolve: could not find unix in os
--> xcp-0.4.0\src\operations.rs:22:14
|
22 | use std::os::unix::fs::symlink;
| ^^^^ could not find unix in os
error[E0425]: cannot find function symlink in this scope
--> xcp-0.4.0\src\operations.rs:118:26
|
118 | let _r = symlink(&from, &to);
| ^^^^^^^ not found in this scope
error: aborting due to 2 previous errors
The text was updated successfully, but these errors were encountered:
Compiling xcp v0.4.0
error[E0433]: failed to resolve: could not find
unix
inos
--> xcp-0.4.0\src\operations.rs:22:14
|
22 | use std::os::unix::fs::symlink;
| ^^^^ could not find
unix
inos
error[E0425]: cannot find function
symlink
in this scope--> xcp-0.4.0\src\operations.rs:118:26
|
118 | let _r = symlink(&from, &to);
| ^^^^^^^ not found in this scope
error: aborting due to 2 previous errors
The text was updated successfully, but these errors were encountered: