jyoung15

Results 3 issues of jyoung15

Make sure to follow and check these boxes before submitting an issue! Thank you. - [x] Supply `iocage --version` - [x] Supply the commands used, along with any steps to...

**Describe the bug** Fails to compile on FreeBSD 13 amd64: ``` Compiling interprocess v1.1.1 (XXXXX/interprocess.git) error[E0432]: unresolved imports `libc::SIGPOLL`, `libc::SO_PASSCRED`, `libc::SO_PEERCRED`, `libc::SCM_CREDENTIALS`, `libc::ucred` --> src/os/unix/imports.rs:51:13 | 51 | SIGPOLL, |...

bug

When the Cargo registry sparse protocol is enabled as described [here](https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol.html), unused-features generates an empty report. The debug logs indicate: ``` Failed to compile without feature flag. error: Failed to...