mio-utun 0.6.14

Utun bindings for mio
Build #90863 2018-03-08T17:43:42.830378+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading mio-utun v0.6.14
Fresh bitflags v1.0.1
Fresh byteorder v1.2.1
Fresh libc v0.2.39
Fresh lazycell v0.6.0
Fresh void v1.0.2
Fresh slab v0.3.0
Fresh cfg-if v0.1.2
Fresh iovec v0.1.2
Fresh log v0.4.1
Fresh net2 v0.2.32
Fresh bytes v0.4.6
Fresh log v0.3.9
Fresh nix v0.10.0
Fresh mio v0.6.13
Documenting mio-utun v0.6.14
Running `rustdoc --crate-name mio_utun .cargo/registry/src/github.com-1ecc6299db9ec823/mio-utun-0.6.14/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-3936f4769def2104.rlib --extern-version byteorder=byteorder,1.2.1 --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-4b10a7edd88e65c9.rlib --extern-version nix=nix,0.10.0 --extern mio=/home/cratesfyi/cratesfyi/debug/deps/libmio-784e7652e824a1c9.rlib --extern-version mio=mio,0.6.13`
error[E0432]: unresolved import `nix::fcntl::O_RDWR`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-utun-0.6.14/src/linux.rs:15:24
|
15 | use nix::fcntl::{open, O_RDWR, O_NONBLOCK};
|                        ^^^^^^ no `O_RDWR` in `fcntl`

error[E0432]: unresolved import `nix::fcntl::O_NONBLOCK`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-utun-0.6.14/src/linux.rs:15:32
|
15 | use nix::fcntl::{open, O_RDWR, O_NONBLOCK};
|                                ^^^^^^^^^^ no `O_NONBLOCK` in `fcntl`

error: Compilation failed, aborting rustdoc

If you want more information on this error, try using "rustc --explain E0432"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `mio-utun`.,
cause: process didn't exit successfully: `rustdoc --crate-name mio_utun .cargo/registry/src/github.com-1ecc6299db9ec823/mio-utun-0.6.14/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-3936f4769def2104.rlib --extern-version byteorder=byteorder,1.2.1 --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-4b10a7edd88e65c9.rlib --extern-version nix=nix,0.10.0 --extern mio=/home/cratesfyi/cratesfyi/debug/deps/libmio-784e7652e824a1c9.rlib --extern-version mio=mio,0.6.13` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.