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 libc v0.2.166
Compiling rustix v0.38.41
Compiling bitflags v2.6.0
Compiling cfg-if v1.0.0
Compiling errno v0.3.9
Compiling fd-lock v4.0.2 (/export/home/test/fd-lock)
error[E0432]: unresolved import `rustix::fs::FlockOperation`
--> src/sys/unix/read_guard.rs:2:5
|
2 | use rustix::fs::FlockOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FlockOperation` in `fs`
error[E0432]: unresolved import `rustix::fs::FlockOperation`
--> src/sys/unix/rw_lock.rs:2:5
|
2 | use rustix::fs::FlockOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FlockOperation` in `fs`
error[E0432]: unresolved import `rustix::fs::FlockOperation`
--> src/sys/unix/write_guard.rs:2:5
|
2 | use rustix::fs::FlockOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `FlockOperation` in `fs`
error[E0412]: cannot find type `FlockOperation` in module `fs`
--> src/sys/unix/mod.rs:13:20
|
13 | operation: fs::FlockOperation,
| ^^^^^^^^^^^^^^ not found in `fs`
error[E0425]: cannot find function `fcntl_lock` in module `fs`
--> src/sys/unix/mod.rs:19:16
|
19 | return fs::fcntl_lock(fd, operation);
| ^^^^^^^^^^ not found in `fs`
Some errors have detailed explanations: E0412, E0425, E0432.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `fd-lock` (lib) due to 5 previous errors
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: