Closed
Description
https://github.com/facet-rs/facet/actions/runs/15972291441/job/45046025039?pr=825
Highlight:
error[E0432]: unresolved import `nix::libc`
--> C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\codspeed-3.0.0\src\fifo.rs:3:10
|
3 | use nix::libc::O_NONBLOCK;
| ^^^^ could not find `libc` in `nix`
error[E0432]: unresolved import `nix::sys`
--> C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\codspeed-3.0.0\src\fifo.rs:4:10
|
4 | use nix::sys::stat;
| ^^^ could not find `sys` in `nix`
and:
error[E0599]: no method named `custom_flags` found for mutable reference `&mut OpenOptions` in the current scope
--> C:\Users\Administrator\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\codspeed-3.0.0\src\fifo.rs:113:18
|
110 | / OpenOptions::new()
111 | | .write(true)
112 | | .read(true)
113 | | .custom_flags(O_NONBLOCK)
| | -^^^^^^^^^^^^ method not found in `&mut OpenOptions`
| |_________________|
Metadata
Metadata
Assignees
Labels
No labels