inotify 0.1.5

Bindings and an idiomatic wrapper for inotify
Build #18819 2016-08-13T21:02:09.399467+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading inotify v0.1.5
Documenting inotify v0.1.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/lib.rs --crate-name inotify -o /home/cratesfyi/inotify-0.1.5/doc -L dependency=/home/cratesfyi/inotify-0.1.5/debug -L dependency=/home/cratesfyi/inotify-0.1.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:129:44: 129:45 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:129                     return Ok(&self.events[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:129:44: 129:45 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:129                     return Ok(&self.events[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:185:25: 185:26 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:185         Ok(&self.events[])
^
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:185:25: 185:26 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:185         Ok(&self.events[])
^
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:23:5: 23:19 error: unresolved import `std::os::errno`. There is no `errno` in `std::os` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:23 use std::os::errno;
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:24:5: 24:28 error: unresolved import `std::os::unix::OsStrExt`. There is no `OsStrExt` in `std::os::unix` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:24 use std::os::unix::OsStrExt;
^~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:26:5: 26:22 error: unresolved import `std::ffi::AsOsStr`. There is no `AsOsStr` in `std::ffi`. Did you mean to use `OsStr`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/wrapper.rs:26 use std::ffi::AsOsStr;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/ffi.rs:261:10: 261:14 error: the trait bound `ffi::inotify_event: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/ffi.rs:261 #[derive(Copy, Debug)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/ffi.rs:261:10: 261:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/ffi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/ffi.rs:261:10: 261:14 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `inotify v0.1.5`, intermediate artifacts can be found at `/home/cratesfyi/inotify-0.1.5`,
cause: ChainedError {
error: Could not document `inotify`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.5/src/lib.rs --crate-name inotify -o /home/cratesfyi/inotify-0.1.5/doc -L dependency=/home/cratesfyi/inotify-0.1.5/debug -L dependency=/home/cratesfyi/inotify-0.1.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.