reapme icon indicating copy to clipboard operation
reapme copied to clipboard

cargo build failed

Open wubo0067 opened this issue 5 years ago • 1 comments

error[E0433]: failed to resolve: could not find sys in nix --> src/combined.rs:7:10 | 7 | use nix::sys::wait::waitpid; | ^^^ could not find sys in nix

error[E0433]: failed to resolve: could not find sys in nix --> src/wait_busy.rs:5:10 | 5 | use nix::sys::wait::{waitpid, WaitPidFlag, WaitStatus}; | ^^^ could not find sys in nix

error[E0433]: failed to resolve: could not find sys in nix --> src/subreaper.rs:6:10 | 6 | use nix::sys::wait::waitpid; | ^^^ could not find sys in nix

wubo0067 avatar Jan 29 '20 04:01 wubo0067

Hi @wubo0067, could you share your OS and rust version?

iximiuz avatar Jan 30 '20 08:01 iximiuz